Makefile.SH: fix ?= gmake-isms
authorJim Cromie <jim.cromie@gmail.com>
Wed, 28 Sep 2011 21:12:07 +0000 (15:12 -0600)
committerTony Cook <tony@develop-help.com>
Thu, 29 Sep 2011 05:35:34 +0000 (15:35 +1000)
commitcfe76a0a8e5b6f21601522c788686e820ba933dd
tree2440e91b62abad2d510815d8dc6d62bff644bc19
parent7b8e5ef0662e52d98602ab69b7b9af6778e78e42
Makefile.SH: fix ?= gmake-isms

commit c7b956bbbaff changed Makefile.SH to emit gmake-only syntax, fix
that by doing so only on linux, by inserting a spitshell dependent on
osname.  This isnt the most direct fix, but it starts to isolate
linux-only/mostly stuff, like test.valgrind.
Makefile.SH