From b70df10f8b5b9e4d7efb4f0c9afcaaccf6138b76 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 23 Jan 2008 20:01:40 +0000 Subject: 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. --- infrastructure/makebuildenv.pl.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'infrastructure') diff --git a/infrastructure/makebuildenv.pl.in b/infrastructure/makebuildenv.pl.in index 9fe0a798..51ae80dc 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.\n\n"; +print "Box build environment setup for '$build_os'.\n\n"; my @implicit_deps = ('lib/common'); @@ -741,7 +741,7 @@ __E 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) { -- cgit v1.2.3