[patch] Add GNUMAKEFLAGS override to make

2003-07-08 Thread Kris Warkentin
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

Re: [RFC] allow GNUMAKEFLAGS override to MAKEFLAGS

2003-06-24 Thread Kris Warkentin
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

[RFC] allow GNUMAKEFLAGS override to MAKEFLAGS

2003-06-23 Thread Kris Warkentin
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