From: nveid Date: Tue, 3 Apr 2007 06:41:39 +0000 (+0000) Subject: Sometimes dist creates an Obsolete file saying what symbols should be used for ifdef... X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=c002003113e653a6121d52ca39f4de0ab4e3def3;p=cobramush.git Sometimes dist creates an Obsolete file saying what symbols should be used for ifdef or endif's instead of what is currently being used that should be ignored... either way, this shouldn't be in end dists.. added a rm of that file to the rpepare dist script --- diff --git a/utils/preparedist.sh b/utils/preparedist.sh index ad09431..32f9aa2 100644 --- a/utils/preparedist.sh +++ b/utils/preparedist.sh @@ -20,6 +20,7 @@ chmod 755 utils/update.pl # Step 2: run metaconfig echo "Running metaconfig to generate Configure and config_h.SH..." metaconfig -M +rm Obsolete # Step 3: generate changes.txt echo "Generating changes.txt..."