Module Name:    src
Committed By:   skrll
Date:           Mon Apr 29 07:33:32 UTC 2024

Modified Files:
        src/sys/arch/hppa/stand: Makefile.buildboot

Log Message:
Whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/hppa/stand/Makefile.buildboot

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/hppa/stand/Makefile.buildboot
diff -u src/sys/arch/hppa/stand/Makefile.buildboot:1.7 src/sys/arch/hppa/stand/Makefile.buildboot:1.8
--- src/sys/arch/hppa/stand/Makefile.buildboot:1.7	Thu Aug  3 08:16:31 2023
+++ src/sys/arch/hppa/stand/Makefile.buildboot	Mon Apr 29 07:33:32 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.buildboot,v 1.7 2023/08/03 08:16:31 mrg Exp $
+#	$NetBSD: Makefile.buildboot,v 1.8 2024/04/29 07:33:32 skrll Exp $
 
 NOPIE=yes
 NOSSP=yes
@@ -38,12 +38,12 @@ CFLAGS+=	-mdisable-fpregs -mfast-indirec
 
 .include "${S}/conf/newvers_stand.mk"
 
-CPPFLAGS+=		-D_STANDALONE -Dhppa ${DEBUGFLAGS}
-CPPFLAGS+=		-DRELOC=0x${RELOC} -DHEAP_LIMIT=${HEAP_LIMIT}
-CPPFLAGS+=		-DNO_NET
+CPPFLAGS+=	-D_STANDALONE -Dhppa ${DEBUGFLAGS}
+CPPFLAGS+=	-DRELOC=0x${RELOC} -DHEAP_LIMIT=${HEAP_LIMIT}
+CPPFLAGS+=	-DNO_NET
 
-COMMONSOURCE=		cons.c dev_hppa.c dk.c itecons.c \
-			machdep.c milli_tiny.S pdc.c time.c
+COMMONSOURCE=	cons.c dev_hppa.c dk.c itecons.c \
+		machdep.c milli_tiny.S pdc.c time.c
 DRIVERSOURCE=
 
 ### find out what to use for libkern

Reply via email to