Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/stand Style fixes. One entry per line for som...



details:   https://anonhg.NetBSD.org/src/rev/dc5593336c5e
branches:  trunk
changeset: 937266:dc5593336c5e
user:      isaki <isaki%NetBSD.org@localhost>
date:      Fri Aug 14 03:29:23 2020 +0000

description:
Style fixes.  One entry per line for some parts.

diffstat:

 sys/arch/x68k/stand/Makefile               |  6 ++++--
 sys/arch/x68k/stand/xxboot/Makefile        |  8 ++++++--
 sys/arch/x68k/stand/xxboot/Makefile.xxboot |  7 +++++--
 3 files changed, 15 insertions(+), 6 deletions(-)

diffs (56 lines):

diff -r 691376d18788 -r dc5593336c5e sys/arch/x68k/stand/Makefile
--- a/sys/arch/x68k/stand/Makefile      Fri Aug 14 03:25:39 2020 +0000
+++ b/sys/arch/x68k/stand/Makefile      Fri Aug 14 03:29:23 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2012/10/12 20:15:52 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.14 2020/08/14 03:29:23 isaki Exp $
 
 # host tools
 SUBDIR= newdisk installboot
@@ -8,7 +8,9 @@
 
 # standalone bootloaders
 SUBDIR+= mboot
-SUBDIR+= boot_ufs boot_ustar xxboot
+SUBDIR+= boot_ufs
+SUBDIR+= boot_ustar
+SUBDIR+= xxboot
 SUBDIR+= boot netboot
 
 # Human68k utility
diff -r 691376d18788 -r dc5593336c5e sys/arch/x68k/stand/xxboot/Makefile
--- a/sys/arch/x68k/stand/xxboot/Makefile       Fri Aug 14 03:25:39 2020 +0000
+++ b/sys/arch/x68k/stand/xxboot/Makefile       Fri Aug 14 03:29:23 2020 +0000
@@ -1,5 +1,9 @@
-#      $NetBSD: Makefile,v 1.15 2012/03/20 13:01:32 minoura Exp $
+#      $NetBSD: Makefile,v 1.16 2020/08/14 03:29:23 isaki Exp $
 
-SUBDIR=        cdboot_cd9660 xxboot_ffsv1 xxboot_ffsv2 xxboot_lfsv1 xxboot_lfsv2
+SUBDIR+=       cdboot_cd9660
+SUBDIR+=       xxboot_ffsv1
+SUBDIR+=       xxboot_ffsv2
+SUBDIR+=       xxboot_lfsv1
+SUBDIR+=       xxboot_lfsv2
 
 .include <bsd.subdir.mk>
diff -r 691376d18788 -r dc5593336c5e sys/arch/x68k/stand/xxboot/Makefile.xxboot
--- a/sys/arch/x68k/stand/xxboot/Makefile.xxboot        Fri Aug 14 03:25:39 2020 +0000
+++ b/sys/arch/x68k/stand/xxboot/Makefile.xxboot        Fri Aug 14 03:29:23 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.xxboot,v 1.14 2020/08/14 03:25:39 isaki Exp $
+#      $NetBSD: Makefile.xxboot,v 1.15 2020/08/14 03:29:23 isaki Exp $
 
 NOMAN=         # defined
 
@@ -52,7 +52,10 @@
 .PATH: $S/lib/libsa
 CPPFLAGS+= -DLIBSA_SINGLE_FILESYSTEM=$(FS)
 CPPFLAGS+= -DLIBSA_SINGLE_DEVICE=$(DEV)
-CPPFLAGS+= -DLIBSA_NO_TWIDDLE -DLIBSA_NO_FD_CHECKING -DLIBSA_NO_RAW_ACCESS -DLIBSA_NO_FS_WRITE
+CPPFLAGS+= -DLIBSA_NO_FD_CHECKING
+CPPFLAGS+= -DLIBSA_NO_FS_WRITE
+CPPFLAGS+= -DLIBSA_NO_RAW_ACCESS
+CPPFLAGS+= -DLIBSA_NO_TWIDDLE
 SRCS+= open.c close.c read.c lseek.c loadfile.c loadfile_aout.c alloc.c
 SRCS+=  $(FS).c
 



Home | Main Index | Thread Index | Old Index