Date: Wed, 8 Aug 2018 18:41:27 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r337478 - stable/11/sys/modules/aic7xxx/ahc Message-ID: <201808081841.w78IfRSM037427@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Wed Aug 8 18:41:27 2018 New Revision: 337478 URL: https://svnweb.freebsd.org/changeset/base/337478 Log: MFC r335923: META_MODE: Fix wanting a meta file in source tree. Modified: stable/11/sys/modules/aic7xxx/ahc/Makefile Directory Properties: stable/11/ (props changed) Modified: stable/11/sys/modules/aic7xxx/ahc/Makefile ============================================================================== --- stable/11/sys/modules/aic7xxx/ahc/Makefile Wed Aug 8 18:05:14 2018 (r337477) +++ stable/11/sys/modules/aic7xxx/ahc/Makefile Wed Aug 8 18:41:27 2018 (r337478) @@ -40,7 +40,7 @@ ${GENSRCS}: \ # to appear when building the tree from 8.x worlds where fmake is the # default. fmake doens't define .MAKE.LEVEL so key off that to omit it, # while still allowing more-modern makes to theoretically update things. -${GENSRCS}: +${GENSRCS}: .NOMETA @echo "Error: ${.TARGET} is missing. Run 'make ahcfirmware'" .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808081841.w78IfRSM037427>