summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2001-09-10 22:25:48 +0000
committerPeter Eisentraut <peter_e@gmx.net>2001-09-10 22:25:48 +0000
commit8f3627d89b94d66f46c56084abf1b9f22b28a89c (patch)
tree9f626bafe4d3b31eff694670f4e2c357da07cb52 /config
parenta457d33516a802dcb0c5c6f1c75912b0f0ac6f1a (diff)
downloadpostgresql-8f3627d89b94d66f46c56084abf1b9f22b28a89c.tar.gz
Add explicit '-print' to 'find' commands.
(partially) from Ian Lance Taylor
Diffstat (limited to 'config')
-rw-r--r--config/prep_buildtree2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/prep_buildtree b/config/prep_buildtree
index a9faea85a8..7dbcf3166e 100644
--- a/config/prep_buildtree
+++ b/config/prep_buildtree
@@ -29,7 +29,7 @@ for item in `find "$sourcetree" -type d \( -name CVS -prune -o -print \)`; do
fi
done
-for item in `find "$sourcetree" -name Makefile -o -name GNUmakefile`; do
+for item in `find "$sourcetree" -name Makefile -print -o -name GNUmakefile -print`; do
subdir=`expr "$item" : "$sourcetree\(.*\)"`
if test ! -f "${item}.in"; then
ln -fs "$item" "$buildtree/$subdir" || exit 1