Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/stand/ofwboot Group CLEANFILES assignments.



details:   https://anonhg.NetBSD.org/src/rev/d32ba2db682f
branches:  trunk
changeset: 823370:d32ba2db682f
user:      uwe <uwe%NetBSD.org@localhost>
date:      Thu Apr 20 18:39:28 2017 +0000

description:
Group CLEANFILES assignments.

diffstat:

 sys/arch/macppc/stand/ofwboot/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 5902753efa35 -r d32ba2db682f sys/arch/macppc/stand/ofwboot/Makefile
--- a/sys/arch/macppc/stand/ofwboot/Makefile    Thu Apr 20 14:39:36 2017 +0000
+++ b/sys/arch/macppc/stand/ofwboot/Makefile    Thu Apr 20 18:39:28 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.56 2017/04/08 19:53:21 christos Exp $
+#      $NetBSD: Makefile,v 1.57 2017/04/20 18:39:28 uwe Exp $
 
 S=     ${.CURDIR}/../../../..
 
@@ -49,13 +49,12 @@
 ENTRY=         _start
 
 CLEANFILES+=   ${PROG}.elf ${PROG}.el1 ${PROG}.mrg ${PROG}.xcf
+CLEANFILES+=   ${XCOFFXTRAOBJ}
 
 CPPFLAGS+=     -I. -I${.CURDIR} -I${.CURDIR}/../../.. -I${.CURDIR}/../../../..
 CPPFLAGS+=     -DRELOC=0x${RELOC} -DRELOC_FLATFILE=0x${RELOC_FLATFILE}
 #CPPFLAGS+=    -DXCOFF_GLUE            # for booting PCI Powermacs
 
-CLEANFILES+= ${XCOFFXTRAOBJ}
-
 ### find out what to use for libkern
 KERN_AS=       library
 .include "${S}/lib/libkern/Makefile.inc"



Home | Main Index | Thread Index | Old Index