mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-18 05:12:15 +02:00
bootstrap: make find's -depth option be the first.
* bootstrap [dangling symlink removal]: Move find's -depth option to precede all others, to avoid a warning.
This commit is contained in:
@@ -558,7 +558,7 @@ fi
|
||||
# unusual case in which a symlinked-to .m4 file is git-removed from gnulib
|
||||
# between successive runs of this script.
|
||||
find "$m4_base" "$source_base" \
|
||||
-name '*.m4' -depth -type l -xtype l -delete > /dev/null 2>&1
|
||||
-depth -name '*.m4' -type l -xtype l -delete > /dev/null 2>&1
|
||||
|
||||
|
||||
# Reconfigure, getting other files.
|
||||
|
||||
Reference in New Issue
Block a user