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: e...@gnu.org
> Subject: Re: How to pass a group of COMPILER OPTIONS using GNU Make Command 
> Line under WINDOWS
> To: baexps_...@hotmail.com
> CC: help-m...@gnu.org; make-w32@gnu.org
> 
> > From: Partha None <baexps_...@hotmail.com>
> > 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
Make-w32@gnu.org
http://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to