From 9fff72211207eda582e10f6bf5294bfa61cc40ed Mon Sep 17 00:00:00 2001 From: Ben Summers Date: Mon, 30 Jan 2006 19:50:00 +0000 Subject: Run bootstrap when making distribution, preparations for 0.10 release candidate --- infrastructure/makedistribution.pl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'infrastructure/makedistribution.pl') diff --git a/infrastructure/makedistribution.pl b/infrastructure/makedistribution.pl index 669f5de6..823aba38 100755 --- a/infrastructure/makedistribution.pl +++ b/infrastructure/makedistribution.pl @@ -82,6 +82,15 @@ sub copy_from_list { $no_license{$dst} = 1; } + elsif($src eq 'RUN') + { + print "Running $dst...\n"; + if(system($dst) != 0) + { + print "Error running $dst. Aborting.\n"; + exit(1); + } + } elsif(-d $src) { $modules_included{$_} = 1; -- cgit v1.2.3