[bug #712] GNU make can't handle spaces in pathnames

2013-02-26 Thread Jian
27;$<' -o '$@' However, I wonder why supporting space breaking the compatibility if space is escaped by ''? Was '' used as common char on old system? And how about the tradeoff that making new flag/swi

[bug #38437] cannot find the include file

2013-02-27 Thread Jian
URL: Summary: cannot find the include file Project: make Submitted by: skyshore Submitted on: Thu 28 Feb 2013 04:55:23 AM GMT Severity: 3 - Normal Item Group: Bug

[bug #38437] cannot find the include file

2013-02-28 Thread Jian
to. When reading a makefile, the path of this file should be added into the search path automaticallly. 2013/2/28 Philip Guenther On Wed, Feb 27, 2013 at 8:55 PM, Jian wrote: ... > Supposing 2 makefiles in dir A: 1.mak, 2.mak, and 1.mak include 2.mak. > Now in dir B, 3.mak includes &#

Bug report: Make cannot handle the word or path that contains space

2013-01-29 Thread Liang, Jian
-- Expected result: -- INC="aa/hdr bb/hdr cc\ mgr/hdr" INC="aa/hdr bb/hdr cc\ mgr/hdr" INC_FLAG="-Iaa/hdr -Ibb/hdr -Icc\ mgr/hdr" N=3 -- Bug1: most internal function cannot deal with space that is escaped in the word. Bug2: $^ loses