Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9350824

Browse files
committed
find -path is not portable, so use grep -v instead.
Per previous failure of buildfarm member koi (which is no longerfailing, alas).
1 parent4ba61a4 commit9350824

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
@@ -26,7 +26,7 @@ buildtree=`cd ${2:-'.'} && pwd`
2626
# If we did, it would interfere with installation of prebuilt docs from
2727
# the source tree, if a VPATH build is done from a distribution tarball.
2828
# 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
29+
foritemin`find"$sourcetree" -type d\(\( -name CVS -prune\) -o\( -name .git -prune\) -o-print\)| grep -v"$sourcetree/doc/src/sgml/\+"`;do
3030
subdir=`expr"$item":"$sourcetree\(.*\)"`
3131
iftest! -d"$buildtree/$subdir";then
3232
mkdir -p"$buildtree/$subdir"||exit 1

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp