RE: How to pass a group of COMPILER OPTIONS using GNU Make Command Line under WINDOWS
Partha None <[email protected]>
| Newsgroups | gmane.comp.gnu.make.windows |
|---|---|
| Message-ID | <[email protected]> |
Hello, Even if I use double quote character " , I get the same behaviour. Please help. I can send you the whole folder in ZIP format in case you want to give it a try. Thank you. Regards Partha > Date: Fri, 8 Oct 2010 09:51:26 +0200 > From: [email protected] > Subject: Re: How to pass a group of COMPILER OPTIONS using GNU Make Command Line under WINDOWS > To: [email protected] > CC: [email protected]; [email protected] > > > From: Partha None <[email protected]> > > Date: Fri, 8 Oct 2010 02:04:06 +0000 > > Cc: > > > > =============================================================== > > ALL: > > cd DBC_Boot_Build && $(MAKE) BYPASS_ANCGEN=$(BYPASS_ANCGEN) MAKEBENCH=$(MAKEBENCH) COMPILE_OPTIONS_FROM_MAKE='$(COMPILE_OPTIONS_FROM_MAKE)' -f TestDBCGNUBootMake $(MAKEFLAGS) > > ===================================================================== > > Don't use single quotes '..' on Windows, they are not treated as > quoting characters. Use ".." instead. _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32