Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jun 2016 22:39:22 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r302285 - head/sys/modules/aic7xxx/ahd
Message-ID:  <201606292239.u5TMdMom027673@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606292239.u5TMdMom027673>