Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@sourceware.cygnus.com>
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
To: cygwin@sourceware.cygnus.com
Subject: Re: problems in running nmake from GNU make
References: <19991019010508.56195.qmail@hotmail.com>
MIME-Version: 1.0 (generated by SEMI 1.13.3 - "Komaiko")
Content-Type: text/plain; charset=US-ASCII
From: Takayuki Tamura <ttathome@remus.dti.ne.jp>
Date: 20 Oct 1999 00:07:34 +0900
In-Reply-To: <19991019010508.56195.qmail@hotmail.com> ("Tirumala R Bokka"'s message of "Tue, 19 Oct 1999 06:35:08 IST")
Message-ID: <86r9ire6dl.fsf@sakaigi.remus.dti.ne.jp>
Lines: 24
User-Agent: Semi-gnus/6.10.8 SEMI/1.13.3 (Komaiko) FLIM/1.12.5 (Hirahata) Emacs/20.4 (i386--freebsd) MULE/4.0 (HANANOEN)

I've just remembered that we can stop exporting of GNU make macros
by saying,

unexport MAKEFLAGS

Simple enough, isn't it?

"Tirumala R Bokka" <tirumala_rao@hotmail.com> writes:

> Hi All,
> 
> I thank everyone for the quick response, all your suggestions were
> helpful, but the real cause was pointed by Drew (thanks).
> 
> Make was setting MAKEFLAGS to --unix,
> which nmake was trying to use. I had to create a shell script
> that resets the MAKEFLAGS and calls nmake, and change my Makefile
> to call this script (instead of directly calling nmake)
> 
> - Tirumal

-- 
Takayuki TAMURA
ttathome@remus.dti.ne.jp

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

