Align the warning message with the one in bsd.own.mk.
This commit is contained in:
parent
d11e36457b
commit
2e0a54d6c0
@ -32,7 +32,7 @@
|
||||
.for old in ${oldnew:C/:.*//}
|
||||
.for new in ${oldnew:C/.*://}
|
||||
.if defined(${old}) && !defined(${new})
|
||||
.warning ${old} is deprecated in favor of ${new}
|
||||
.warning ${old} is deprecated in favour of ${new}
|
||||
${new}= ${${old}}
|
||||
.endif
|
||||
.endfor
|
||||
|
Loading…
Reference in New Issue
Block a user