Don't need mpw-xconfig.in anymore.
authorStan Shebs <shebs@codesourcery.com>
Thu, 17 Mar 1994 23:08:36 +0000 (23:08 +0000)
committerStan Shebs <shebs@codesourcery.com>
Thu, 17 Mar 1994 23:08:36 +0000 (23:08 +0000)
bfd/.Sanitize
bfd/ChangeLog.gm
bfd/mpw-xconfig.in [deleted file]

index 4bdcc4cee312761fec03a3b58ce7190e3a538bba..16ee9009ec6229ccc798aa6ec7091e9316a82d2f 100644 (file)
@@ -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
index 1424e3f6de275b64a35af7b824d030dd2eeb032c..83992ae9e0f5ffacda5548b4a477d1f109015404 100644 (file)
@@ -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 (file)
index 4ae986a..0000000
+++ /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'