File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ for item in `find "$sourcetree" -type d \( -name CVS -prune -o -print \)`; do
29
29
fi
30
30
done
31
31
32
- for item in ` find " $sourcetree " -name Makefile -o -name GNUmakefile` ; do
32
+ for item in ` find " $sourcetree " -name Makefile -print - o -name GNUmakefile -print ` ; do
33
33
subdir=` expr " $item " : " $sourcetree \(.*\)" `
34
34
if test ! -f " ${item} .in" ; then
35
35
ln -fs " $item " " $buildtree /$subdir " || exit 1
Original file line number Diff line number Diff line change 1
- # $Header: /cvsroot/pgsql/src/backend/po/Attic/Makefile,v 1.1 2001/06/02 18 :25:17 petere Exp $
1
+ # $Header: /cvsroot/pgsql/src/backend/po/Attic/Makefile,v 1.2 2001/09/10 22 :25:48 petere Exp $
2
2
3
3
subdir = src/backend/po
4
4
top_builddir = ../../..
5
5
include $(top_builddir ) /src/Makefile.global
6
6
7
7
8
8
gettext-files :
9
- find $(srcdir ) /.. -name ' *.c' > $@
9
+ find $(srcdir ) /.. -name ' *.c' -print > $@
10
10
11
11
maintainer-clean :
12
12
rm -f gettext-files
You can’t perform that action at this time.
0 commit comments