Remove more GM-specific stuff.
authorStan Shebs <shebs@codesourcery.com>
Tue, 28 Jun 1994 02:12:13 +0000 (02:12 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 28 Jun 1994 02:12:13 +0000 (02:12 +0000)
bfd/.Sanitize
bfd/ChangeLog.gm [deleted file]

index afb00b8a98d7386ad312a6316fbe17bb51a49a9b..10059dfd9c00ec17ffc3edf267ffd6fa0bf58988 100644 (file)
 
 Do-first:
 
-if ( echo $* | grep keep\-mpw > /dev/null ) ; then
-       keep_these_too="mpw-make.in mpw-config.in ChangeLog.mpw ${keep_these_too}"
-else
-       lose_these_too="mpw-make.in mpw-config.in ChangeLog.mpw ${lose_these_too}"
-fi
+mpw_files="mpw-config.in mpw-make.in ChangeLog.mpw"
 
-if ( echo $* | grep keep\-gm > /dev/null ) ; then
-       keep_these_too="ChangeLog.gm ${keep_these_too}"
+if ( echo $* | grep keep\-mpw > /dev/null ) ; then
+       keep_these_too="${mpw_files} ${keep_these_too}"
 else
-       lose_these_too="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
diff --git a/bfd/ChangeLog.gm b/bfd/ChangeLog.gm
deleted file mode 100644 (file)
index 83992ae..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-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,
-       and changed to use absolute pathnames.
-
-Mon Jan  3 13:00:07 1994  Stan Shebs  (shebs@andros.cygnus.com)
-
-       * mpw-xconfig.in: New file, mpw x mips configuration bits.
-
This page took 0.026392 seconds and 4 git commands to generate.