mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 11:22:43 +00:00
style.Makefile(5):
Use WARNS?= instead of WARNS=.
This commit is contained in:
parent
129d092a20
commit
20e61691a2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126200
@ -7,7 +7,7 @@ SRCS+= subr_sbuf.c
|
||||
.PATH: ../../../../sys/kern
|
||||
|
||||
NOOBJ= youbet
|
||||
WARNS= 5
|
||||
WARNS?= 5
|
||||
CFLAGS+= -g -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -static
|
||||
# Uncomment for ElectricFence
|
||||
#LDADD += -lefence -L/usr/local/lib
|
||||
|
@ -7,7 +7,7 @@ LDADD= -lsbuf -lbsdxml
|
||||
NOMAN= sorry
|
||||
|
||||
|
||||
WARNS=4
|
||||
WARNS?= 4
|
||||
.include "bsd.prog.mk"
|
||||
|
||||
test: ${PROG}
|
||||
|
Loading…
Reference in New Issue
Block a user