[bug #20513] # still needs to be escaped in a function like $(shell)

2007-07-18 Thread Lionel Elie Mamane
URL: Summary: # still needs to be escaped in a function like $(shell) Project: make Submitted by: lmamane Submitted on: Wednesday 18/07/07 at 17:50 Severity: 3 - Normal

[bug #20513] # still needs to be escaped in a function like $(shell)

2007-07-18 Thread Lionel Elie Mamane
Follow-up Comment #1, bug #20513 (project make): Forgot to mention: Debian GNU/Linux sid i386 and amd64. ___ Reply to this item at: ___ Message sent vi

[bug #20513] # still needs to be escaped in a function like $(shell)

2008-05-10 Thread Gezim
Follow-up Comment #2, bug #20513 (project make): I get the exact same error when building jhbuild: make[1]: Leaving directory `/home/gezim/projects/jhbuild/po' make[1]: Entering directory `/home/gezim/projects/jhbuild' test z"." = z"." && make -f Makefile.plain || true make[2]: Entering director

[bug #20513] # still needs to be escaped in a function like $(shell)

2012-09-09 Thread Paul D. Smith
Update of bug #20513 (project make): Triage Status:None => Verified ___ Reply to this item at: ___ Messag

[bug #20513] # still needs to be escaped in a function like $(shell)

2016-12-26 Thread Paul D. Smith
Update of bug #20513 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #20513] # still needs to be escaped in a function like $(shell)

2018-09-28 Thread Martin Dorey
Follow-up Comment #4, bug #20513 (project make): Back in the day, the Linux kernel makefiles, for example: /usr/lib/linux-kbuild-3.16/scripts/Makefile.lib ... defined a KBUILD_STR macro with a # escaped like this: c_flags= ... ... -D"KBUILD_STR(s)=\#s" $(basename_flags