2007-08-02 Joel Sherrill <joel.sherrill@OARcorp.com>

* Makefile.maint, configure.ac, release_support: Remove RDBG.
	* aclocal/enable-rdbg.m4: Removed.
This commit is contained in:
Joel Sherrill
2007-08-02 15:01:29 +00:00
parent 261f99bdac
commit 27ccd80717
5 changed files with 9 additions and 18 deletions

View File

@@ -68,8 +68,11 @@ EOF
# bootstrap at the top level.
#
./bootstrap
# now make sure the files generated by rpcgen are OK.
touch c/src/librdbg/src/*/*/remdeb*.[hc]
# NOTE: With rdbg removed, there are no files to touch until
# the NFS client build process is worked out.
# now remove left overs from auto* -- they take 2MB even with bzip
find . -name autom4te.cache -print | xargs -e rm -rf
find . -name .cvsignore -print | xargs -e rm -rf