summaryrefslogtreecommitdiffstats
path: root/release_support
diff options
context:
space:
mode:
Diffstat (limited to 'release_support')
-rwxr-xr-xrelease_support5
1 files changed, 4 insertions, 1 deletions
diff --git a/release_support b/release_support
index 0dabab592c..cafe9b2351 100755
--- a/release_support
+++ b/release_support
@@ -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