[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to pass a group of COMPILER OPTIONS using GNU Make Command Line
From: |
Eli Zaretskii |
Subject: |
Re: How to pass a group of COMPILER OPTIONS using GNU Make Command Line under WINDOWS |
Date: |
Fri, 08 Oct 2010 09:51:26 +0200 |
> From: Partha None <address@hidden>
> 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.