Module Name: src Committed By: matt Date: Fri Feb 28 05:48:22 UTC 2014
Modified Files: src/sys/arch/powerpc/conf: Makefile.powerpc Log Message: Don't hardcode MACHINE_ARCH To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/powerpc/conf/Makefile.powerpc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/powerpc/conf/Makefile.powerpc diff -u src/sys/arch/powerpc/conf/Makefile.powerpc:1.52 src/sys/arch/powerpc/conf/Makefile.powerpc:1.53 --- src/sys/arch/powerpc/conf/Makefile.powerpc:1.52 Fri Aug 23 06:25:02 2013 +++ src/sys/arch/powerpc/conf/Makefile.powerpc Fri Feb 28 05:48:22 2014 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.powerpc,v 1.52 2013/08/23 06:25:02 matt Exp $ +# $NetBSD: Makefile.powerpc,v 1.53 2014/02/28 05:48:22 matt Exp $ # # Makefile for NetBSD # @@ -17,7 +17,7 @@ # # makeoptions DEBUGLIST="uvm* trap if_*" -MACHINE_ARCH=powerpc +MACHINE_ARCH?=powerpc USETOOLS?= no NEED_OWN_INSTALL_TARGET?=no .include <bsd.own.mk>