Date: Tue, 24 May 2016 10:22:16 -0700 From: Cy Schubert <cschuber@gmail.com> To: Ruslan Bukin <br@FreeBSD.org>, "src-committers@freebsd.org" <src-committers@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "svn-src-head@freebsd.org" <svn-src-head@freebsd.org> Cc: Cy Schubert <Cy.Schubert@cschubert.com> Subject: RE: svn commit: r300617 - head/sys/conf Message-ID: <57448dc4.1b0e620a.71bca.fffff8e1@mx.google.com>
next in thread | raw e-mail | index | archive | help
>From the commit log it would appear that parallel builds worked whereas sequential (non-parallel) builds did not. That's kind of strange. Sent from my cellphone, ~Cy -----Original Message----- From: Ruslan Bukin Sent: 24/05/2016 09:30 To: src-committers@freebsd.org; svn-src-all@freebsd.org; svn-src-head@freebsd.org Subject: svn commit: r300617 - head/sys/conf Author: br Date: Tue May 24 16:30:05 2016 New Revision: 300617 URL: https://svnweb.freebsd.org/changeset/base/300617 Log: Set dependencies for genassym.c. This fixes non-parallel build. Modified: head/sys/conf/Makefile.riscv Modified: head/sys/conf/Makefile.riscv ============================================================================== --- head/sys/conf/Makefile.riscv Tue May 24 15:39:57 2016 (r300616) +++ head/sys/conf/Makefile.riscv Tue May 24 16:30:05 2016 (r300617) @@ -32,6 +32,9 @@ INCLUDES+= -I$S/contrib/libfdt CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls .endif +# hack because genassym.c includes sys/bus.h which includes these. +genassym.o: bus_if.h device_if.h + %BEFORE_DEPEND %OBJS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?57448dc4.1b0e620a.71bca.fffff8e1>
