[Box Backup-commit] COMMIT r2057 - box/trunk/infrastructure

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Wed, 23 Jan 2008 21:16:57 +0000 (UTC)


Author: chris
Date: 2008-01-23 21:16:56 +0000 (Wed, 23 Jan 2008)
New Revision: 2057

Modified:
   box/trunk/infrastructure/makebuildenv.pl.in
Log:
Compile fix for [2055].


Modified: box/trunk/infrastructure/makebuildenv.pl.in
===================================================================
--- box/trunk/infrastructure/makebuildenv.pl.in	2008-01-23 20:14:37 UTC (rev 2056)
+++ box/trunk/infrastructure/makebuildenv.pl.in	2008-01-23 21:16:56 UTC (rev 2057)
@@ -12,7 +12,7 @@
 
 # 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 @@
 use lib 'infrastructure';
 use BoxPlatform;
 
+print "Building on '$build_os'.\n\n";
+
 # keep copy of command line args
 my $makebuildenv_args = join(' ',@ARGV);