svn commit: r302285 - head/sys/modules/aic7xxx/ahd

Bryan Drewery bdrewery at FreeBSD.org
Wed Jun 29 22:39:23 UTC 2016


Author: bdrewery
Date: Wed Jun 29 22:39:22 2016
New Revision: 302285
URL: https://svnweb.freebsd.org/changeset/base/302285

Log:
  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)

Modified:
  head/sys/modules/aic7xxx/ahd/Makefile

Modified: head/sys/modules/aic7xxx/ahd/Makefile
==============================================================================
--- head/sys/modules/aic7xxx/ahd/Makefile	Wed Jun 29 18:19:05 2016	(r302284)
+++ head/sys/modules/aic7xxx/ahd/Makefile	Wed Jun 29 22:39:22 2016	(r302285)
@@ -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
 


More information about the svn-src-all mailing list