Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/gcc3 Serialize the build of backend and frontend...



details:   https://anonhg.NetBSD.org/src/rev/4d9937638e7e
branches:  trunk
changeset: 553169:4d9937638e7e
user:      enami <enami%NetBSD.org@localhost>
date:      Sat Oct 11 05:16:18 2003 +0000

description:
Serialize the build of backend and frontend, since the latter requires
header files created during the former is built.

diffstat:

 gnu/usr.bin/gcc3/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 6d98c139a715 -r 4d9937638e7e gnu/usr.bin/gcc3/Makefile
--- a/gnu/usr.bin/gcc3/Makefile Sat Oct 11 04:50:49 2003 +0000
+++ b/gnu/usr.bin/gcc3/Makefile Sat Oct 11 05:16:18 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2003/07/25 16:32:23 mrg Exp $
+#      $NetBSD: Makefile,v 1.2 2003/10/11 05:16:18 enami Exp $
 
 NOOBJ=# defined
 
@@ -6,7 +6,8 @@
 
 .if ${MKGCC} != "no" && exists(${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk)
 
-SUBDIR+=       host-libiberty libiberty .WAIT backend frontend .WAIT libcpp gcov .WAIT \
+SUBDIR+=       host-libiberty libiberty .WAIT backend .WAIT \
+               frontend .WAIT libcpp gcov .WAIT \
                cc1 cc1obj cc1plus cpp f771 g++ g77 gcc protoize unprotoize
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index