svn commit: r348975 - head/sys/conf
Bryan Drewery
bdrewery at FreeBSD.org
Tue Jun 11 23:35:35 UTC 2019
Author: bdrewery
Date: Tue Jun 11 23:35:34 2019
New Revision: 348975
URL: https://svnweb.freebsd.org/changeset/base/348975
Log:
Restore genassym.o to CLEANFILES.
This was lost in r335910 for some reason.
This also fixes a META_MODE rebuild issue in some modules [1].
MFC after: 2 weeks
Reported by: npn [1]
Sponsored by: DellEMC
Modified:
head/sys/conf/kmod.mk
Modified: head/sys/conf/kmod.mk
==============================================================================
--- head/sys/conf/kmod.mk Tue Jun 11 23:28:07 2019 (r348974)
+++ head/sys/conf/kmod.mk Tue Jun 11 23:35:34 2019 (r348975)
@@ -500,7 +500,7 @@ acpi_quirks.h: ${SYSDIR}/tools/acpi_quirks2h.awk ${SYS
.endif
.if !empty(SRCS:Massym.inc) || !empty(DPSRCS:Massym.inc)
-CLEANFILES+= assym.inc
+CLEANFILES+= assym.inc genassym.o
DEPENDOBJS+= genassym.o
DPSRCS+= offset.inc
.endif
More information about the svn-src-all
mailing list