svn commit: r335884 - head/sys/conf

Matt Macy mmacy at FreeBSD.org
Tue Jul 3 05:56:24 UTC 2018


Author: mmacy
Date: Tue Jul  3 05:56:23 2018
New Revision: 335884
URL: https://svnweb.freebsd.org/changeset/base/335884

Log:
  ensure that offset.inc is generated before ia32_genassym.c is compiled

Modified:
  head/sys/conf/files.amd64

Modified: head/sys/conf/files.amd64
==============================================================================
--- head/sys/conf/files.amd64	Tue Jul  3 05:53:27 2018	(r335883)
+++ head/sys/conf/files.amd64	Tue Jul  3 05:56:23 2018	(r335884)
@@ -57,7 +57,7 @@ linux32_vdso.so		optional	compat_linux32			\
 	clean		"linux32_vdso.so"
 #
 ia32_genassym.o			standard				\
-	dependency 	"$S/compat/ia32/ia32_genassym.c"		\
+	dependency 	"$S/compat/ia32/ia32_genassym.c offset.inc"		\
 	compile-with	"${CC} ${CFLAGS:N-flto:N-fno-common} -c ${.IMPSRC}" \
 	no-obj no-implicit-rule						\
 	clean		"ia32_genassym.o"


More information about the svn-src-all mailing list