You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by do...@apache.org on 2007/05/04 04:52:11 UTC

svn commit: r535061 - /spamassassin/trunk/build/mkupdates/run_part2

Author: dos
Date: Thu May  3 19:52:09 2007
New Revision: 535061

URL: http://svn.apache.org/viewvc?view=rev&rev=535061
Log:
make clean  in run_part2 to avoid mismatched script and module versions when version changes happen

Modified:
    spamassassin/trunk/build/mkupdates/run_part2

Modified: spamassassin/trunk/build/mkupdates/run_part2
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/mkupdates/run_part2?view=diff&rev=535061&r1=535060&r2=535061
==============================================================================
--- spamassassin/trunk/build/mkupdates/run_part2 (original)
+++ spamassassin/trunk/build/mkupdates/run_part2 Thu May  3 19:52:09 2007
@@ -68,6 +68,7 @@
 # to what's installed
 # TODO: this *would* be performed in a checkout of the desired
 # version's branch.  right now we're only using 1 version though
+make clean
 $PERL Makefile.PL PREFIX=$tmpdir < /dev/null || exit $?
 make                                     || exit $?