mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue