Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make Uh... should have been ${MACHINE} not hard code...
details: https://anonhg.NetBSD.org/src/rev/4db506da6d13
branches: trunk
changeset: 471501:4db506da6d13
user: gwr <gwr%NetBSD.org@localhost>
date: Sat Apr 03 04:50:16 1999 +0000
description:
Uh... should have been ${MACHINE} not hard coded... Duh!
diffstat:
usr.bin/make/Makefile.boot | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9da0242dbbc6 -r 4db506da6d13 usr.bin/make/Makefile.boot
--- a/usr.bin/make/Makefile.boot Sat Apr 03 04:39:10 1999 +0000
+++ b/usr.bin/make/Makefile.boot Sat Apr 03 04:50:16 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.boot,v 1.10 1999/04/03 04:39:10 gwr Exp $
+# $NetBSD: Makefile.boot,v 1.11 1999/04/03 04:50:16 gwr Exp $
#
# a very simple makefile...
#
@@ -16,7 +16,7 @@
CFLAGS= -I.\
-DTARGET_MACHINE=\"${MACHINE}\" \
-DTARGET_MACHINE_ARCH=\"${MACHINE_ARCH}\" \
- -DMACHINE=\"sparc\" \
+ -DMACHINE=\"${MACHINE}\" \
-DMAKE_BOOTSTRAP
LIBS=
Home |
Main Index |
Thread Index |
Old Index