From 8f3627d89b94d66f46c56084abf1b9f22b28a89c Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 10 Sep 2001 22:25:48 +0000 Subject: Add explicit '-print' to 'find' commands. (partially) from Ian Lance Taylor --- config/prep_buildtree | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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 -- cgit v1.2.1