projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e17744
)
* bootstrap: Remove dangling symlinks from lib (aka $source_base), too.
author
Jim Meyering
<meyering@redhat.com>
Tue, 1 Apr 2008 15:05:31 +0000
(17:05 +0200)
committer
Jim Meyering
<meyering@redhat.com>
Tue, 1 Apr 2008 15:05:31 +0000
(17:05 +0200)
bootstrap
patch
|
blob
|
history
diff --git
a/bootstrap
b/bootstrap
index
c1ed9e5
..
3bfc5d1
100755
(executable)
--- a/
bootstrap
+++ b/
bootstrap
@@
-557,7
+557,9
@@
fi
# since this is only a convenience to help developers avoid the relatively
# unusual case in which a symlinked-to .m4 file is git-removed from gnulib
# between successive runs of this script.
-find "$m4_base" -name '*.m4' -depth -type l -xtype l -delete > /dev/null 2>&1
+find "$m4_base" "$source_base" \
+ -name '*.m4' -depth -type l -xtype l -delete > /dev/null 2>&1
+
# Reconfigure, getting other files.