diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-06-08 01:53:20 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-06-08 01:53:20 +0000 |
commit | 67c2d8c8d7c87ea3282512ecb500f401557f6d6e (patch) | |
tree | 02d3cf8e2a6da516ff94b2e3f45cd68e31c64a72 /opcodes/.Sanitize | |
parent | 39cc6dae28888be1ba88c8d5c4f3e75ac24e3825 (diff) | |
download | gdb-67c2d8c8d7c87ea3282512ecb500f401557f6d6e.zip gdb-67c2d8c8d7c87ea3282512ecb500f401557f6d6e.tar.gz gdb-67c2d8c8d7c87ea3282512ecb500f401557f6d6e.tar.bz2 |
Tue Jun 7 18:45:39 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-config.in (target_arch): Compute from canonical target.
(m68k, mips, powerpc, sparc): Add architectures.
* mpw-make.in (disassemble.c.o): Add.
(ALL_CFLAGS): Remove special flags (-mc68020 -mc68881 -model far).
Diffstat (limited to 'opcodes/.Sanitize')
-rw-r--r-- | opcodes/.Sanitize | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index da4452b..6611c02 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -1,4 +1,4 @@ -# .Sanitize for devo/opcodes +# .Sanitize for devo/opcodes. # Each directory to survive its way into a release will need a file # like this one called "./.Sanitize". All keyword lines must exist, @@ -21,12 +21,6 @@ else lose_these_too="mpw-make.in mpw-config.in ChangeLog.mpw" fi -if ( echo $* | grep keep\-gm > /dev/null ) ; then - keep_these_too="mpw-xconfig.in ChangeLog.gm ${keep_these_too}" -else - lose_these_too="mpw-xconfig.in ChangeLog.gm ${lose_these_too}" -fi - # All files listed between the "Things-to-keep:" line and the # "Files-to-sed:" line will be kept. All other files will be removed. # Directories listed in this section will have their own Sanitize |