> 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. _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
