From: Jim Meyering Date: Tue, 1 Apr 2008 15:05:31 +0000 (+0200) Subject: * bootstrap: Remove dangling symlinks from lib (aka $source_base), too. X-Git-Tag: v6.11~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b16f4cc8cca9e5712f9e9a082b2d4a1120ba44e;p=thirdparty%2Fcoreutils.git * bootstrap: Remove dangling symlinks from lib (aka $source_base), too. --- diff --git a/bootstrap b/bootstrap index c1ed9e505d..3bfc5d1fb9 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.