From 0ca7a7422d81795430c685e4f50de6678205bfe3 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 7 Dec 2014 12:00:55 +0000 Subject: Fix build on Solaris 11/SmartOS by using bmake. Refactor code to select which make is used for readability. --- infrastructure/makebuildenv.pl.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'infrastructure/makebuildenv.pl.in') diff --git a/infrastructure/makebuildenv.pl.in b/infrastructure/makebuildenv.pl.in index 9b6ce993..0ad1fdae 100755 --- a/infrastructure/makebuildenv.pl.in +++ b/infrastructure/makebuildenv.pl.in @@ -20,7 +20,8 @@ my @implicit_deps = ('lib/common'); use lib 'infrastructure'; use BoxPlatform; -print "Building on '$build_os'.\n\n"; +print "Building on '$build_os $build_os_ver' using ". + ($bsd_make ? "BSD" : "GNU")." $make_command.\n\n"; # keep copy of command line args my $makebuildenv_args = join(' ',@ARGV); -- cgit v1.2.3