Hi,
This patch allows a GNUMAKEFLAGS environment variable to override MAKEFLAGS.
The reason for this is because Microsoft's nmake also uses MAKEFLAGS and
this could potentially cause a conflict on hosts with multiple development
environments.
I expect that this isn't the most elegant way to imple
Anyone? Is this a stupid idea? Too hard to implement properly?
cheers,
Kris
- Original Message -
From: "Kris Warkentin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 23, 2003 3:14 PM
Subject: [RFC] allow GNUMAKEFLAGS override to MAKEFLAGS
Microsoft's nmake command makes use of MAKEFLAGS as well which potentially
could create a problem with having GNU make and nmake co-exist on a system.
It seemed that having a GNUMAKEFLAGS environment variable to override
MAKEFLAGS would probably do the trick. The logic would be:
1) At first invo