svn commit: r348040 - head/stand/powerpc

Justin Hibbits jhibbits at FreeBSD.org
Tue May 21 03:05:25 UTC 2019


Author: jhibbits
Date: Tue May 21 03:05:24 2019
New Revision: 348040
URL: https://svnweb.freebsd.org/changeset/base/348040

Log:
  stand: TARGET_ARCH is spelled MACHINE_ARCH in Makefiles
  
  Reported by:	imp

Modified:
  head/stand/powerpc/Makefile

Modified: head/stand/powerpc/Makefile
==============================================================================
--- head/stand/powerpc/Makefile	Tue May 21 02:49:15 2019	(r348039)
+++ head/stand/powerpc/Makefile	Tue May 21 03:05:24 2019	(r348040)
@@ -6,7 +6,7 @@ NO_OBJ=t
 
 SUBDIR.yes=		boot1.chrp ofw uboot
 
-.if "${TARGET_ARCH}" == "powerpc64"
+.if "${MACHINE_ARCH}" == "powerpc64"
 SUBDIR.${MK_FDT}+=	kboot
 .endif
 


More information about the svn-src-head mailing list