diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1995-04-19 18:27:35 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1995-04-19 18:27:35 +0000 |
commit | 7858d8dc8a313727713c7af06ae8e3482c71e4ca (patch) | |
tree | dd24115dc2493b0366780e95ac2fe065d322f754 /gprof/config/.Sanitize | |
parent | 4121273fa7e408035fbe7d61de8f8b83d784fe5b (diff) | |
download | gdb-7858d8dc8a313727713c7af06ae8e3482c71e4ca.zip gdb-7858d8dc8a313727713c7af06ae8e3482c71e4ca.tar.gz gdb-7858d8dc8a313727713c7af06ae8e3482c71e4ca.tar.bz2 |
* gen-c-prog.awk: Changed reference to "make-c-prog.awk" in
comment emitted by this script to gen-c-prog.awk.
* Makefile.in, configure.in: Converted to use autoconf.
* configure: New file, generated with autoconf 2.3.
* config/{mt-alpha, mt-dummy, mt-i386, mt-ns532, mt-sparc,
mt-tahoe, mt-vax}: Removed.
Diffstat (limited to 'gprof/config/.Sanitize')
-rw-r--r-- | gprof/config/.Sanitize | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/gprof/config/.Sanitize b/gprof/config/.Sanitize deleted file mode 100644 index 50ad33a..0000000 --- a/gprof/config/.Sanitize +++ /dev/null @@ -1,36 +0,0 @@ -# Each directory to survive it's way into a release will need a file -# like this one called "./.Sanitize". All keyword lines must exist, -# and must exist in the order specified by this file. Each directory -# in the tree will be processed, top down, in the following order. - -# Hash started lines like this one are comments and will be deleted -# before anything else is done. Blank lines will also be squashed -# out. - -# 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 - -Do-first: - -# 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 -# called. Directories not listed will be removed in their entirety -# with rm -rf. - -Things-to-keep: - -mt-alpha -mt-dummy -mt-i386 -mt-ns532 -mt-sparc -mt-tahoe -mt-vax - -Things-to-lose: - -Do-last: - -# End of file. |