At 10:35 AM 11/4/2004, Geoffrey Young wrote: >>> -TEST_VERBOSE ?= 0 >>> +TEST_VERBOSE = 0 >> >> why not if (WIN32) {} then? > >do win32 environments add some magic WIN32 environment variable I can check >in the Makefile? if they do and we can work around them that's cool with me.
If I had to guess, this borks anything but gmake. Test for that. Bill