svn commit: r335923 - head/sys/modules/aic7xxx/ahc
Bryan Drewery
bdrewery at FreeBSD.org
Wed Jul 4 00:18:42 UTC 2018
Author: bdrewery
Date: Wed Jul 4 00:18:40 2018
New Revision: 335923
URL: https://svnweb.freebsd.org/changeset/base/335923
Log:
META_MODE: Fix wanting a meta file in source tree.
MFC after: 2 weeks
Sponsored by: Dell EMC
Modified:
head/sys/modules/aic7xxx/ahc/Makefile
Modified: head/sys/modules/aic7xxx/ahc/Makefile
==============================================================================
--- head/sys/modules/aic7xxx/ahc/Makefile Wed Jul 4 00:18:36 2018 (r335922)
+++ head/sys/modules/aic7xxx/ahc/Makefile Wed Jul 4 00:18:40 2018 (r335923)
@@ -37,7 +37,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-all
mailing list