Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jul 2018 05:56:23 +0000 (UTC)
From:      Matt Macy <mmacy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r335884 - head/sys/conf
Message-ID:  <201807030556.w635uNhx033768@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807030556.w635uNhx033768>