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

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-04-01 23:31:57 +00:00
parent e2823e8570
commit 9b8d26fdbc

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