* ldlang.c (print_output_section_statement): Print all lines
[binutils-gdb.git] / ld / .Sanitize
index da8143ea904a5c662cf597dbfd524d5425481b2e..14c302e49db3c6056361ca682fd94b1615a509b2 100644 (file)
 
 Do-first:
 
-if ( echo $* | grep keep\-v9 > /dev/null ) ; then
-       keep_these_too=""
-fi
+mpw_files="mpw-make.in mpw-config.in mpw-em.c ChangeLog.mpw"
 
 if ( echo $* | grep keep\-mpw > /dev/null ) ; then
-       keep_these_too="mpw-config.in mpw-make.in ChangeLog.mpw ${keep_these_too}"
-else
-       lose_these_too="mpw-config.in mpw-make.in ChangeLog.mpw ${lose_these_too}"
-fi
-
-if ( echo $* | grep keep\-gm > /dev/null ) ; then
-       keep_these_too="mpw-xconfig.in mpw-em.c ChangeLog.gm ${keep_these_too}"
+       keep_these_too="${mpw_files} ${keep_these_too}"
 else
-       lose_these_too="mpw-xconfig.in mpw-em.c ChangeLog.gm ${lose_these_too}"
+       lose_these_too="${mpw_files} ${lose_these_too}"
 fi
 
 # All files listed between the "Things-to-keep:" line and the
@@ -94,31 +86,6 @@ Things-to-lose:
 
 Do-last:
 
-echo Looking for signs of \"v9\"...
-
-# Don't try to clean directories here, as the 'mv' command will fail.
-# Also, grep fails on NFS mounted directories.
-if ( echo $* | grep keep\-v9 > /dev/null ) ; then
-       for i in * ; do
-               if test ! -d $i && (grep sanitize-v9 $i > /dev/null) ; then
-                       echo Keeping v9 stuff in $i
-               fi
-       done
-else
-       for i in * ; do
-               if test ! -d $i && (grep sanitize-v9 $i > /dev/null) ; then
-                       echo Cleaning the \"v9\" out of $i...
-                       cp $i new
-                       sed '/start\-sanitize\-v9/,/end-\sanitize\-v9/d' < $i > new
-                       if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
-                               echo Caching $i in .Recover...
-                               mv $i .Recover
-                       fi
-                       mv new $i
-               fi
-       done
-fi
-
 echo Looking for traces of \"mpw\"...
 
 # Don't try to clean directories here, as the 'mv' command will fail.