From 7f42cab9af334a61a75e4a788079fe04d857cda2 Mon Sep 17 00:00:00 2001 From: nveid Date: Tue, 3 Apr 2007 06:41:39 +0000 Subject: [PATCH] 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 (cherry picked from commit c002003113e653a6121d52ca39f4de0ab4e3def3) --- utils/preparedist.sh | 1 + 1 file changed, 1 insertion(+) 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..." -- 2.30.2