1
0
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:
Jim Meyering
2008-04-01 17:12:12 +02:00
parent 9b16f4cc8c
commit a1a0b32bd7

View File

@@ -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.