[Bps-public-commit] r10365 - bpsbuilder/BPB/lib/BPB/Script
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Jan 16 01:46:34 EST 2008
Author: sunnavy
Date: Wed Jan 16 01:46:33 2008
New Revision: 10365
Modified:
bpsbuilder/BPB/lib/BPB/Script/Import.pm
Log:
fixed the test commands
Modified: bpsbuilder/BPB/lib/BPB/Script/Import.pm
==============================================================================
--- bpsbuilder/BPB/lib/BPB/Script/Import.pm (original)
+++ bpsbuilder/BPB/lib/BPB/Script/Import.pm Wed Jan 16 01:46:33 2008
@@ -177,6 +177,7 @@
'configure: '
. $bpb->build->perl
. ' Build.PL --install_base=%%INSTALL_BASE%%';
+ push @commands, "make: ./Build";
push @commands, "test: ./Build test";
push @commands, "install: ./Build install";
}
@@ -185,6 +186,7 @@
'configure: '
. $bpb->build->perl
. ' Makefile.PL INSTALL_BASE=%%INSTALL_BASE%%';
+ push @commands, 'make: make';
push @commands, 'test: make test';
push @commands, "install: make install";
More information about the Bps-public-commit
mailing list