[Bps-public-commit] r10586 - bpsbuilder/Shipwright/lib/Shipwright/Script
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Jan 30 09:24:34 EST 2008
Author: sunnavy
Date: Wed Jan 30 09:24:33 2008
New Revision: 10586
Modified:
bpsbuilder/Shipwright/lib/Shipwright/Script/Import.pm
Log:
hack Build clean a bit
Modified: bpsbuilder/Shipwright/lib/Shipwright/Script/Import.pm
==============================================================================
--- bpsbuilder/Shipwright/lib/Shipwright/Script/Import.pm (original)
+++ bpsbuilder/Shipwright/lib/Shipwright/Script/Import.pm Wed Jan 30 09:24:33 2008
@@ -203,7 +203,9 @@
push @commands, "make: ./Build";
push @commands, "test: ./Build test";
push @commands, "install: ./Build install";
- push @commands, "clean: ./Build realclean";
+# ./Build won't work because sometimes the perl path in the shebang line
+# is just a symblic link which can't do things right
+ push @commands, "clean: %%PERL%% Build realclean";
}
elsif ( -f 'Makefile.PL' ) {
push @commands,
More information about the Bps-public-commit
mailing list