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:
parent
b1caeed418
commit
dcf9dc7287
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user