diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-10-12 20:15:17 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-10-12 20:15:17 +0000 |
commit | 1ed0529ed70ad286cf8fc982b5c54c780266af14 (patch) | |
tree | 0de9f74395d8572a555c0cce130d2f121c9588ba /.Sanitize | |
parent | 861185285ec8ba73db616793e552d9d5f32dab42 (diff) | |
download | gdb-1ed0529ed70ad286cf8fc982b5c54c780266af14.zip gdb-1ed0529ed70ad286cf8fc982b5c54c780266af14.tar.gz gdb-1ed0529ed70ad286cf8fc982b5c54c780266af14.tar.bz2 |
Sigh. I nuked more than one set of dje's changes.
Diffstat (limited to '.Sanitize')
-rw-r--r-- | .Sanitize | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ Do-first: -keep_these_too="${keep_these_too} .cvsignore COPYING.NEWLIB CYGNUS autoconf +keep_these_too="${keep_these_too} .cvsignore CYGNUS autoconf bfd binutils byacc cvs deja-gnu dejagnu diff dosrel dvips emacs emacs19 examples expect fileutils flex gas gcc gdb gdbm gdbtest glob gprof grep groff include install.sh ispell ld libg++ libgcc libgloss libiberty @@ -23,7 +23,7 @@ keep_these_too="${keep_these_too} .cvsignore COPYING.NEWLIB CYGNUS autoconf prms rcs readline sed send-pr shellutils sim tcl textutils tk test-build.mk texinfo tgas utils uudecode wdiff xiberty" -cygnus_files="release release-info build-all.mk" +cygnus_files="release release-info build-all.mk COPYING.NEWLIB" if ( echo $* | grep keep\-cygnus > /dev/null) ; then keep_these_too="${keep_these_too} ${cygnus_files}" |