summaryrefslogtreecommitdiff
path: root/infrastructure/makebuildenv.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure/makebuildenv.pl.in')
-rwxr-xr-xinfrastructure/makebuildenv.pl.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/infrastructure/makebuildenv.pl.in b/infrastructure/makebuildenv.pl.in
index 51ae80dc..456bd265 100755
--- a/infrastructure/makebuildenv.pl.in
+++ b/infrastructure/makebuildenv.pl.in
@@ -12,7 +12,7 @@ $|=1;
# note: Mac OS X resource forks and .DS_Store files are explicity ignored
-print "Box build environment setup for '$build_os'.\n\n";
+print "Box build environment setup.\n";
my @implicit_deps = ('lib/common');
@@ -20,6 +20,8 @@ my @implicit_deps = ('lib/common');
use lib 'infrastructure';
use BoxPlatform;
+print "Building on '$build_os'.\n\n";
+
# keep copy of command line args
my $makebuildenv_args = join(' ',@ARGV);