Change the message when creating BUILDSYMLINKS from "create" to "symlink".
(Arguably more meaningful)
This commit is contained in:
parent
6cedae1847
commit
aa9ba46b38
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.files.mk,v 1.38 2007/12/11 14:06:04 lukem Exp $
|
||||
# $NetBSD: bsd.files.mk,v 1.39 2008/08/25 08:11:04 lukem Exp $
|
||||
|
||||
.if !defined(_BSD_FILES_MK_)
|
||||
_BSD_FILES_MK_=1
|
||||
|
@ -94,7 +94,7 @@ configfilesinstall:: ${_F}
|
|||
BUILDSYMLINKS.s+= ${_SL}
|
||||
BUILDSYMLINKS.t+= ${_TL}
|
||||
${_TL}: ${_SL}
|
||||
${_MKTARGET_CREATE}
|
||||
${_MKMSG} "symlink " ${.CURDIR:T}/${.TARGET}
|
||||
rm -f ${.TARGET}
|
||||
ln -s ${.ALLSRC} ${.TARGET}
|
||||
.endfor
|
||||
|
|
Loading…
Reference in New Issue