From a03d260fe420c4fc82375f7dd6eb1db6a86a065a Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 30 Jun 2007 11:22:08 +0000 Subject: Improved build targets, thanks to James O'Gorman (fixes #30) --- infrastructure/makeparcels.pl.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'infrastructure') diff --git a/infrastructure/makeparcels.pl.in b/infrastructure/makeparcels.pl.in index a8eceb8a..880246d7 100755 --- a/infrastructure/makeparcels.pl.in +++ b/infrastructure/makeparcels.pl.in @@ -78,7 +78,7 @@ MAKE = $make_command __E -print MAKE "all:\t",join(' ',map {parcel_target($_)} @parcels),"\n\n"; +print MAKE "all:\t",join(' ',map {"build-".$_} @parcels),"\n\n"; print MAKE "clean:\n"; for my $parcel (@parcels) @@ -95,6 +95,7 @@ my $release_flag = BoxPlatform::make_flag('RELEASE'); for my $parcel (@parcels) { my $target = parcel_target($parcel); + print MAKE "build-$parcel:\t$target\n\n"; print MAKE $target,":\n"; my $dir = parcel_dir($parcel); -- cgit v1.2.3