summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-06-29 22:39:22 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-06-29 22:39:22 +0000
commit3ef66a1afe8ca488ac8f32f63a18c5f0c7ee835f (patch)
tree09b966d5f620ae4741ec429bee9a471b0fd33cf9
parentfa8fbeaaf4661c3e889ec31ede7c062acfc54ce2 (diff)
downloadFreeBSD-src-3ef66a1afe8ca488ac8f32f63a18c5f0c7ee835f.zip
FreeBSD-src-3ef66a1afe8ca488ac8f32f63a18c5f0c7ee835f.tar.gz
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)
-rw-r--r--sys/modules/aic7xxx/ahd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/aic7xxx/ahd/Makefile b/sys/modules/aic7xxx/ahd/Makefile
index 455d002..44392a9 100644
--- a/sys/modules/aic7xxx/ahd/Makefile
+++ b/sys/modules/aic7xxx/ahd/Makefile
@@ -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
OpenPOWER on IntegriCloud