Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/conf Set MACHINE_ARCH explicitly in Makefiles...



details:   https://anonhg.NetBSD.org/src/rev/3c89d11005f5
branches:  trunk
changeset: 516439:3c89d11005f5
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Oct 23 19:42:16 2001 +0000

description:
Set MACHINE_ARCH explicitly in Makefiles for which it is constant.
Also, since config(8) now explcitly sets MACHINE, there is no need
to do it here in the Makefile.

diffstat:

 sys/arch/sparc/conf/Makefile.sparc |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6db910cecc82 -r 3c89d11005f5 sys/arch/sparc/conf/Makefile.sparc
--- a/sys/arch/sparc/conf/Makefile.sparc        Tue Oct 23 19:26:41 2001 +0000
+++ b/sys/arch/sparc/conf/Makefile.sparc        Tue Oct 23 19:42:16 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.sparc,v 1.73 2001/05/29 02:20:26 mrg Exp $
+#      $NetBSD: Makefile.sparc,v 1.74 2001/10/23 19:42:16 thorpej Exp $
 
 # Makefile for NetBSD
 #
@@ -12,6 +12,8 @@
 #      /sys/arch/sparc/conf/Makefile.sparc
 # after which config should be rerun for all machines of that type.
 
+MACHINE_ARCH=sparc
+
 .include <bsd.own.mk>
 
 # DEBUG is set to -g if debugging.



Home | Main Index | Thread Index | Old Index