Follow-up r297282: Make the COPTS warning more useful.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
bdrewery 2016-04-01 23:31:57 +00:00
parent 10b0c93184
commit f232f761aa

View File

@ -8,7 +8,7 @@
# XXX The use of COPTS in modern makefiles is discouraged.
.if defined(COPTS)
.warning COPTS should be CFLAGS.
.warning ${.CURDIR}: COPTS should be CFLAGS.
CFLAGS+=${COPTS}
.endif