On Mon, Mar 14, 2016 at 4:11 PM, Tim Murphy <tnmur...@gmail.com> wrote:

> That's a great reason for wanting to do that. I certainly think it would be
> immensely useful if make had some sort of very limited shell that would
> allow x-platform makefiles to be created without a lot of ifdefs or special
> variables.
>

fwiw, in my experience 95%+ of such if's boil down to:

if (windows)
...
...
...
...
else
# everywhere else
...
endif


-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
Help-make mailing list
Help-make@gnu.org
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to