We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent4ba61a4 commit9350824Copy full SHA for 9350824
config/prep_buildtree
@@ -26,7 +26,7 @@ buildtree=`cd ${2:-'.'} && pwd`
26
# If we did, it would interfere with installation of prebuilt docs from
27
# the source tree, if a VPATH build is done from a distribution tarball.
28
# See bug #5595.
29
-foritemin`find"$sourcetree" -type d\(\( -name CVS -prune\) -o\( -name .git -prune\) -o\( -path"$sourcetree/doc/src/sgml/*" -prune\) -o -print\)`;do
+foritemin`find"$sourcetree" -type d\(\( -name CVS -prune\) -o\( -name .git -prune\) -o-print\)| grep -v"$sourcetree/doc/src/sgml/\+"`;do
30
subdir=`expr"$item":"$sourcetree\(.*\)"`
31
iftest! -d"$buildtree/$subdir";then
32
mkdir -p"$buildtree/$subdir"||exit 1