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

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Wed Jan 23 20:01:41 GMT 2008


Author: chris
Date: 2008-01-23 20:01:40 +0000 (Wed, 23 Jan 2008)
New Revision: 2055

Modified:
   box/trunk/infrastructure/makebuildenv.pl.in
Log:
Report the $build_os when making build environment, useful for debugging
platforms like GNU/kFreeBSD where we don't yet detect the proper type
of make to run.


Modified: box/trunk/infrastructure/makebuildenv.pl.in
===================================================================
--- box/trunk/infrastructure/makebuildenv.pl.in	2008-01-22 01:00:12 UTC (rev 2054)
+++ box/trunk/infrastructure/makebuildenv.pl.in	2008-01-23 20:01:40 UTC (rev 2055)
@@ -12,7 +12,7 @@
 
 # note: Mac OS X resource forks and .DS_Store files are explicity ignored
 
-print "Box build environment setup.\n\n";
+print "Box build environment setup for '$build_os'.\n\n";
 
 my @implicit_deps = ('lib/common');
 
@@ -741,7 +741,7 @@
 	additional_objects_from_make_fragment("$mod/Makefile.extra", \@objs, \@makefile_includes);
 	additional_objects_from_make_fragment("$mod/Makefile.extra.$build_os", \@objs, \@makefile_includes);
 
-	my $o_file_list = join(' ',map {'$(OUTDIR)/'.$_.'.o'} @objs);
+	my $o_file_list = join(' ',map {'$(OUTDIR)/'.$_.'.o'} sort @objs);
 
 	if ($has_deps and not $bsd_make)
 	{




More information about the Boxbackup-commit mailing list