From: Nick Clifton Date: Tue, 4 Aug 1998 21:18:41 +0000 (+0000) Subject: oops - move armelf sanitization before check for remaining sanitize X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=43607f2c1ee6563387bf1f23ea0ff2a153d94cfe;p=binutils-gdb.git oops - move armelf sanitization before check for remaining sanitize --- diff --git a/ld/.Sanitize b/ld/.Sanitize index 20f7df00ece..205dfb3fb85 100644 --- a/ld/.Sanitize +++ b/ld/.Sanitize @@ -293,12 +293,6 @@ else done fi -for i in * ; do - if test ! -d $i && (grep sanitize $i > /dev/null) ; then - echo '***' Some mentions of Sanitize are still left in $i! 1>&2 - fi -done - armelf_files="ChangeLog configure.tgt" if ( echo $* | grep keep\-armelf > /dev/null ) ; then for i in $armelf_files ; do @@ -327,6 +321,12 @@ else done fi +for i in * ; do + if test ! -d $i && (grep sanitize $i > /dev/null) ; then + echo '***' Some mentions of Sanitize are still left in $i! 1>&2 + fi +done + # This must come after all other sanitizations. Re-sanitize the .pot # file. if [ -n "${verbose}" ]; then