Re: [bug #50062] Variable needed to check that Makefile is run by GNU make?

2017-02-14 Thread Edward Welbourne
> If you really need some features only supported by GNU Make, why not > rename this makefile to "GNUmakfile"? ... which, furthermore, ensures that - if the make-file is picked up by some other make that thinks it knows what to do with a GNU make-file - the reader is primed with the knowledge that

[bug #50304] A round bracket in the latest document of GNU Make has no match

2017-02-14 Thread Ben Feng
URL: Summary: A round bracket in the latest document of GNU Make has no match Project: make Submitted by: fyb Submitted on: Tue 14 Feb 2017 02:10:35 PM UTC Severity: 3 - Normal

Re: Dependencies commands running (THIS IS A BUG) - make 3.81

2017-02-14 Thread Paul Smith
On Mon, 2017-02-13 at 22:22 -0800, ruchi wrote: > Hi Paul > Thanks for looking into it. I'm not sure what aspect of your mail software is causing your messages to be sent twice, about 8 minutes apart, but it would be helpful if you could disable it. > It would be difficult for me to share the exa

[bug #50062] Variable needed to check that Makefile is run by GNU make?

2017-02-14 Thread Ben Feng
Follow-up Comment #3, bug #50062 (project make): If you really need some features only supported by GNU Make, why not rename this makefile to "GNUmakfile"? ___ Reply to this item at: ___

[bug #50300] Set CFLAGS to “-O1” with .POSIX target

2017-02-14 Thread Quentin Rameau
URL: Summary: Set CFLAGS to “-O 1” with .POSIX target Project: make Submitted by: quinq Submitted on: Tue 14 Feb 2017 12:18:04 PM UTC Severity: 3 - Normal Item Group: Bug

document make -s CFLAGS='-g -O'

2017-02-14 Thread 積丹尼 Dan Jacobson
(info "(make) Overriding") says Each time you run 'make', you can override this value if you wish. For example, if you say 'make CFLAGS='-g -O'', each C compilation will... Wouldn't "make CFLAGS='-g -O'" be clearer? Also add an example of if one should write make -s CFLAGS='-g -O' or mak