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 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"