* Makefile.in (TE_OBJS): Add empty definition.
[deliverable/binutils-gdb.git] / bfd / .Sanitize
index 06ed5f1b2ca418f5437f21428d995941af4cb239..b11a1b059d31858ded8ce57b339fe42f7e86f7ff 100644 (file)
 
 Do-first:
 
-mpw_files="mpw-config.in mpw-make.in ChangeLog.mpw"
-
-if ( echo $* | grep keep\-mpw > /dev/null ) ; then
-       keep_these_too="${mpw_files} ${keep_these_too}"
-else
-       lose_these_too="${mpw_files} ${lose_these_too}"
-fi
-
 rce_files="cpu-rce.c aout-rce.c"
 
 if ( echo $* | grep keep\-rce > /dev/null ) ; then
@@ -56,6 +48,7 @@ TODO
 VERSION
 aix386-core.c
 aout-adobe.c
+aout-arm.c
 aout-encap.c
 aout-ns32k.c
 aout-target.h
@@ -77,6 +70,7 @@ cf-m68klynx.c
 cf-sparclynx.c
 cisco-core.c
 coff-a29k.c
+coff-arm.c
 coff-alpha.c
 coff-apollo.c
 coff-go32.c
@@ -92,6 +86,7 @@ coff-sh.c
 coff-sparc.c
 coff-u68k.c
 coff-we32k.c
+coff-w65.c
 coff-z8k.c
 coffcode.h
 coffgen.c
@@ -99,6 +94,7 @@ cofflink.c
 coffswap.h
 config
 config.bfd
+configure
 configure.bat
 configure.host
 configure.in
@@ -121,6 +117,7 @@ cpu-sh.c
 cpu-sparc.c
 cpu-vax.c
 cpu-we32k.c
+cpu-w65.c
 cpu-z8k.c
 demo64.c
 dep-in.sed
@@ -139,13 +136,15 @@ elf32-m88k.c
 elf32-mips.c
 elf32-ppc.c
 elf32-sparc.c
-elf32-target.h
 elf32.c
 elf64-gen.c
 elf64-sparc.c
-elf64-target.h
 elf64.c
+elfxx-target.h
 elfcode.h
+elfcore.h
+elflink.c
+elflink.h
 filemode.c
 format.c
 gen-aout.c
@@ -165,6 +164,7 @@ i386linux.c
 i386netbsd.c
 i386lynx.c
 i386mach3.c
+i386msdos.c
 i386os9k.c
 ieee.c
 init.c
@@ -188,6 +188,8 @@ m68knetbsd.c
 m88kmach3.c
 makefile.dos
 mipsbsd.c
+mpw-config.in
+mpw-make.in
 newsos3.c
 netbsd.h
 nlm-target.h
@@ -205,6 +207,10 @@ oasys.c
 opncls.c
 osf-core.c
 pc532-mach.c
+pe-arm.c
+pei-arm.c
+pe-i386.c
+pei-i386.c
 ptrace-core.c
 reloc.c
 reloc16.c
@@ -222,34 +228,13 @@ syms.c
 targets.c
 tekhex.c
 trad-core.c
+versados.c
 
 Things-to-lose:
 
 
 Do-last:
 
-mpwfiles="ecoffswap.h coffswap.h"
-if ( echo $* | grep keep\-mpw > /dev/null ) ; then
-       if [ -n "${verbose}" ] ; then
-               echo Keeping mpw stuff in $mpwfiles.
-       fi
-else
-       if [ -n "${verbose}" ]; then
-               echo -n Cleaning mpw in `pwd`:
-       fi
-       for f in $mpwfiles ; do
-               if [ -n "${verbose}" ] ; then
-                       echo -n " " $f
-               fi
-               sed '/start\-sanitize\-mpw/,/end\-sanitize\-mpw/d' < $f > new
-               if [ -n "${safe}" ] ; then
-                       mv $f .Recover
-               fi
-               mv new $f
-       done
-       chmod a+x config.bfd
-fi
-
 i960xl_files="ChangeLog archures.c bfd-in2.h cpu-i960.c coffcode.h"
 if ( echo $* | grep keep\-i960xl > /dev/null ) ; then
        if [ -n "${verbose}" ] ; then
@@ -271,7 +256,7 @@ else
        done
 fi
 
-rce_files="ChangeLog Makefile.in archures.c bfd-in2.h config.bfd configure.in targets.c aoutx.h libaout.h"
+rce_files="ChangeLog Makefile.in archures.c bfd-in2.h config.bfd configure.in configure targets.c aoutx.h libaout.h"
 if ( echo $* | grep keep\-rce > /dev/null ) ; then
        for i in $rce_files ; do
                if test ! -d $i && (grep sanitize-rce $i > /dev/null) ; then
@@ -299,7 +284,7 @@ else
        done
 fi
 
-arc_files="ChangeLog Makefile.in archures.c reloc.c targets.c config.bfd configure.in bfd-in2.h elfcode.h libbfd.h"
+arc_files="ChangeLog Makefile.in archures.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h elf.c libbfd.h"
 if ( echo $* | grep keep\-arc > /dev/null ) ; then
        for i in $arc_files ; do
                if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
This page took 0.02442 seconds and 4 git commands to generate.