Ignore errors on ln. This is a quick fix for the make depend twice in

a row being broken.  A better filx will come as soon as I have time to
analyse things more deeply.
This commit is contained in:
Warner Losh 2003-11-17 05:21:18 +00:00
parent 144ca80367
commit 62d768efe6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122837

View File

@ -250,7 +250,7 @@ CFLAGS += -I${KERNBUILDDIR}
CLEANFILES+= ${_src}
.if !target(${_src})
${_src}:
ln -s ${KERNBUILDDIR}/${_src} ${.TARGET}
-@ln -s ${KERNBUILDDIR}/${_src} ${.TARGET}
.endif
.endfor
.else