diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-03-17 23:08:36 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-03-17 23:08:36 +0000 |
commit | 8b0f1c2004e7c38d56254fab0b49736694d28973 (patch) | |
tree | 7131bcd07e040ddcdd02d3fc8c2d77bb6cc321c8 /bfd | |
parent | 68c2f07095059d6ae48c2a17570767c1e50598bb (diff) | |
download | gdb-8b0f1c2004e7c38d56254fab0b49736694d28973.zip gdb-8b0f1c2004e7c38d56254fab0b49736694d28973.tar.gz gdb-8b0f1c2004e7c38d56254fab0b49736694d28973.tar.bz2 |
Don't need mpw-xconfig.in anymore.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/.Sanitize | 8 | ||||
-rw-r--r-- | bfd/ChangeLog.gm | 4 | ||||
-rw-r--r-- | bfd/mpw-xconfig.in | 17 |
3 files changed, 8 insertions, 21 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 4bdcc4c..16ee900 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -1,4 +1,4 @@ -# .Sanitize for devo/bfd +# .Sanitize for devo/bfd. # Each directory to survive its way into a release will need a file # like this one called "./.Sanitize". All keyword lines must exist, @@ -11,7 +11,7 @@ # The lines between the "Do-first:" line and the "Things-to-keep:" # line are executed as a /bin/sh shell script before anything else is -# done in this +# done in this directory. Do-first: @@ -28,9 +28,9 @@ else fi if ( echo $* | grep keep\-gm > /dev/null ) ; then - keep_these_too="mpw-xconfig.in ChangeLog.gm ${keep_these_too}" + keep_these_too="ChangeLog.gm ${keep_these_too}" else - lose_these_too="mpw-xconfig.in ChangeLog.gm ${lose_these_too}" + lose_these_too="ChangeLog.gm ${lose_these_too}" fi if ( echo $* | grep keep\-powerpc\-netware > /dev/null ) ; then diff --git a/bfd/ChangeLog.gm b/bfd/ChangeLog.gm index 1424e3f..83992ae 100644 --- a/bfd/ChangeLog.gm +++ b/bfd/ChangeLog.gm @@ -1,3 +1,7 @@ +Thu Mar 17 15:05:23 1994 Stan Shebs (shebs@andros.cygnus.com) + + * mpw-xconfig.in: Remove, functions subsumed in generic configure. + Sat Jan 22 13:41:25 1994 Stan Shebs (shebs@andros.cygnus.com) * mpw-xconfig.in: Added forward-includes for all the files, diff --git a/bfd/mpw-xconfig.in b/bfd/mpw-xconfig.in deleted file mode 100644 index 4ae986a..0000000 --- a/bfd/mpw-xconfig.in +++ /dev/null @@ -1,17 +0,0 @@ -# Extra configuration fragment for BFD. - -forward-include "{srcroot}"include:aout:aout64.h 'aout/aout64.h' -forward-include "{srcroot}"include:aout:ar.h 'aout/ar.h' -forward-include "{srcroot}"include:aout:ranlib.h 'aout/ranlib.h' -forward-include "{srcroot}"include:aout:stab.def 'aout/stab.def' -forward-include "{srcroot}"include:aout:stab_gnu.h 'aout/stab_gnu.h' - -forward-include "{srcroot}"include:coff:ecoff.h 'coff/ecoff.h' -forward-include "{srcroot}"include:coff:internal.h 'coff/internal.h' -forward-include "{srcroot}"include:coff:mips.h 'coff/mips.h' -forward-include "{srcroot}"include:coff:sym.h 'coff/sym.h' -forward-include "{srcroot}"include:coff:symconst.h 'coff/symconst.h' - -forward-include "{srcroot}"include:elf:common.h 'elf/common.h' -forward-include "{srcroot}"include:elf:external.h 'elf/external.h' -forward-include "{srcroot}"include:elf:internal.h 'elf/internal.h' |