Mailing List Archive

svn commit: r326755 - /spamassassin/trunk/build/automc/run_preflight
Author: jm
Date: Wed Oct 19 16:34:24 2005
New Revision: 326755

URL: http://svn.apache.org/viewcvs?rev=326755&view=rev
Log:
move build to the 'configure' step, away from the mass-check in the 'test'

Modified:
spamassassin/trunk/build/automc/run_preflight

Modified: spamassassin/trunk/build/automc/run_preflight
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/build/automc/run_preflight?rev=326755&r1=326754&r2=326755&view=diff
==============================================================================
--- spamassassin/trunk/build/automc/run_preflight (original)
+++ spamassassin/trunk/build/automc/run_preflight Wed Oct 19 16:34:24 2005
@@ -2,17 +2,12 @@

use strict;
sub run;
-sleep 5; # temp; avoid overloading

my $perl = $^X;
if (!$perl) {
die "no perl path found in ARGV!";
}

-# build, as necessary
-run "$perl Makefile.PL < /dev/null";
-run "make";
-
chdir "masses" or die;

my $slavename = "generic";
@@ -21,7 +16,7 @@
$pwd =~ /slaves\/([-_A-Za-z0-9]+)\//; if ($1) { $slavename = $1; }

my $targets = "/cor/$1/targets";
-warn "using corpus targets file: $targets\n";
+print "[using corpus targets file: $targets]\n";

# this is run in a chroot jail, just in case there's hostile
# rule code in there...