Content-Length: 262361 | pFad | http://github.com/postgrespro/postgres/commit/12bb35fc9b000d462b9bd6b8856e1884ef1bb3d7

A5 Fix vpath build · postgrespro/postgres@12bb35f · GitHub
Skip to content

Commit 12bb35f

Browse files
committed
Fix vpath build
Skip doc/src/sgml/images/Makefile since the directory is not created.
1 parent ea55aec commit 12bb35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/prep_buildtree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ for item in `find "$sourcetree" -type d \( \( -name CVS -prune \) -o \( -name .g
3333
fi
3434
done
3535

36-
for item in `find "$sourcetree" -name Makefile -print -o -name GNUmakefile -print`; do
36+
for item in `find "$sourcetree" -name Makefile -print -o -name GNUmakefile -print | grep -v "$sourcetree/doc/src/sgml/images/"`; do
3737
filename=`expr "$item" : "$sourcetree\(.*\)"`
3838
if test ! -f "${item}.in"; then
3939
if cmp "$item" "$buildtree/$filename" >/dev/null 2>&1; then : ; else

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/12bb35fc9b000d462b9bd6b8856e1884ef1bb3d7

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy