projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea55aec
)
Fix vpath build
author
Peter Eisentraut
<peter@eisentraut.org>
Wed, 27 Mar 2019 22:36:00 +0000
(23:36 +0100)
committer
Peter Eisentraut
<peter@eisentraut.org>
Wed, 27 Mar 2019 22:36:00 +0000
(23:36 +0100)
Skip doc/src/sgml/images/Makefile since the directory is not created.
config/prep_buildtree
patch
|
blob
|
blame
|
history
diff --git
a/config/prep_buildtree
b/config/prep_buildtree
index 5b72c392f687c9a54d628d9b36e9f038a3d55c04..a0eabd3dee2889e2591b2696c6354dfb70af99fb 100644
(file)
--- a/
config/prep_buildtree
+++ b/
config/prep_buildtree
@@
-33,7
+33,7
@@
for item in `find "$sourcetree" -type d \( \( -name CVS -prune \) -o \( -name .g
fi
done
-for item in `find "$sourcetree" -name Makefile -print -o -name GNUmakefile -print`; do
+for item in `find "$sourcetree" -name Makefile -print -o -name GNUmakefile -print
| grep -v "$sourcetree/doc/src/sgml/images/"
`; do
filename=`expr "$item" : "$sourcetree\(.*\)"`
if test ! -f "${item}.in"; then
if cmp "$item" "$buildtree/$filename" >/dev/null 2>&1; then : ; else