#!/bin/sh | |
DIR="cmusnmp" | |
if [ "$1" != "" ]; then | |
DIR="$1" | |
fi | |
cd $DIR | |
touch stamp-h.in stamp-h configure | |
rm -f remove-files | |
rm -f makedepend.in | |
rm -f agent/mibgroup/versiontag | |
rm -f ISSUES | |
rm -f makenosysdepend.pl | |
rm -f makefileindepend.pl | |
rm -f dist/RELEASE-INSTRUCTIONS | |
rm -f dist/changelogfix |