Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/egcs Turn off all subdirs on sparc64. We'll mis...



details:   https://anonhg.NetBSD.org/src/rev/aa7d61817225
branches:  trunk
changeset: 504378:aa7d61817225
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Feb 28 16:55:59 2001 +0000

description:
Turn off all subdirs on sparc64.  We'll miss some manpages for a moment, but that
will go away with the new toolchain.

diffstat:

 gnu/usr.bin/egcs/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (18 lines):

diff -r b2be2e28bb0f -r aa7d61817225 gnu/usr.bin/egcs/Makefile
--- a/gnu/usr.bin/egcs/Makefile Wed Feb 28 16:52:04 2001 +0000
+++ b/gnu/usr.bin/egcs/Makefile Wed Feb 28 16:55:59 2001 +0000
@@ -1,13 +1,10 @@
-#      $NetBSD: Makefile,v 1.12 2001/01/09 03:13:40 lukem Exp $
+#      $NetBSD: Makefile,v 1.13 2001/02/28 16:55:59 tv Exp $
 
 .include <bsd.own.mk>
 
 .if (${MACHINE_ARCH} != "sparc64")
 SUBDIR=                c89 cc cpp collect2 g++ g77 gcov \
                common .WAIT cc1 cc1plus cc1obj f771
-
-.else
-SUBDIR=                cc cpp g++ g77
 .endif
 
 TEXINFO=       cpp.texi g77.texi gcc.texi g++FAQ.texi



Home | Main Index | Thread Index | Old Index