svn commit: r337478 - stable/11/sys/modules/aic7xxx/ahc

Bryan Drewery bdrewery at FreeBSD.org
Wed Aug 8 18:41:28 UTC 2018


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
 


More information about the svn-src-stable-11 mailing list