[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: $(file ...) function and other tools writing to the same file
From: |
Stephan Beal |
Subject: |
Re: $(file ...) function and other tools writing to the same file |
Date: |
Mon, 14 Mar 2016 17:22:12 +0100 |
On Mon, Mar 14, 2016 at 4:11 PM, Tim Murphy <address@hidden> 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