Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/usr.bin/gcc Single-target subdir builds no longer work a...
details: https://anonhg.NetBSD.org/src/rev/86af9dbdc4cc
branches: trunk
changeset: 515923:86af9dbdc4cc
user: tv <tv%NetBSD.org@localhost>
date: Mon Oct 08 22:27:34 2001 +0000
description:
Single-target subdir builds no longer work at all since the introduction
of "dependall" and .WAIT; add a .WAIT here and nuke the dependencies for now.
diffstat:
gnu/usr.bin/gcc/Makefile | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diffs (21 lines):
diff -r b74a8b9d68a4 -r 86af9dbdc4cc gnu/usr.bin/gcc/Makefile
--- a/gnu/usr.bin/gcc/Makefile Mon Oct 08 22:19:55 2001 +0000
+++ b/gnu/usr.bin/gcc/Makefile Mon Oct 08 22:27:34 2001 +0000
@@ -1,14 +1,11 @@
-# $NetBSD: Makefile,v 1.10 2001/08/06 19:46:12 tv Exp $
+# $NetBSD: Makefile,v 1.11 2001/10/08 22:27:34 tv Exp $
.include <bsd.own.mk>
.ifdef USE_NEW_TOOLCHAIN
-SUBDIR+= cpp0 gcov backend cc1 cc1obj cc1plus f771 frontend cpp g++ g77 gcc
-
-# Dependencies to allow single-target builds.
-all-cc1 all-cc1obj all-cc1plus all-f771: all-backend
-all-g++ all-g77 all-gcc all-cpp: all-frontend
+SUBDIR+= backend frontend cpp0 gcov .WAIT \
+ cc1 cc1obj cc1plus f771 cpp g++ g77 gcc
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index