-# .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,
# 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:
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
+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,
+++ /dev/null
-# 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'