WITH_META_MODE: Avoid false-positive error due to missing .meta with build commands.
Sponsored by: EMC / Isilon Storage Division Approved by: re (blanket, META_MODE)
This commit is contained in:
parent
74ba4047a3
commit
78ed2a6fc4
@ -26,7 +26,7 @@ ${GENSRCS}: \
|
||||
-i ${.CURDIR}/../../../dev/aic7xxx/aic79xx_osm.h \
|
||||
${.CURDIR}/../../../dev/aic7xxx/aic79xx.seq
|
||||
.else
|
||||
${GENSRCS}:
|
||||
${GENSRCS}: .NOMETA
|
||||
@echo "Error: ${.TARGET} is missing. Run 'make ahdfirmware'."
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user