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" _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"