bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: anonymous
Subject: [bug #50300] Set CFLAGS to “-O1” with .POSIX target
Date: Sun, 16 Apr 2017 14:43:04 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; OpenBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36

Follow-up Comment #3, bug #50300 (project make):

I think you overlooked the reference to ".POSIX target":

$ cat Makefile                                                         
.POSIX:
$ gmake -pq | grep ^CFLAGS 
gmake: *** No targets.  Stop.
CFLAGS := -O
$ gmake --version
GNU Make 4.2.1
...


Philip Guenther


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50300>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]