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:
imp 2003-11-17 05:21:18 +00:00
parent b1caeed418
commit dcf9dc7287

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