Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba61a4 commit 9350824Copy 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
-for item in `find "$sourcetree" -type d \( \( -name CVS -prune \) -o \( -name .git -prune \) -o \( -path "$sourcetree/doc/src/sgml/*" -prune \) -o -print \)`; do
+for item in `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
if test ! -d "$buildtree/$subdir"; then
32
mkdir -p "$buildtree/$subdir" || exit 1
0 commit comments