summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-04-01 17:05:31 +0200
committerJim Meyering <meyering@redhat.com>2008-04-01 17:05:31 +0200
commit9b16f4cc8cca9e5712f9e9a082b2d4a1120ba44e (patch)
tree30b1ecd06e833b05947dfb86fba9cda2972ff4c6 /bootstrap
parent6e177448b9e204d384b8e12a38b386f3c53aa33e (diff)
downloadcoreutils-9b16f4cc8cca9e5712f9e9a082b2d4a1120ba44e.tar.xz
* bootstrap: Remove dangling symlinks from lib (aka $source_base), too.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index c1ed9e505..3bfc5d1fb 100755
--- 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.