Module Name:    src
Committed By:   tsutsui
Date:           Sat Jun 11 16:41:56 UTC 2022

Modified Files:
        src/usr.sbin/sysinst/arch/atari: Makefile
        src/usr.sbin/sysinst/arch/hp300: Makefile
        src/usr.sbin/sysinst/arch/luna68k: Makefile
        src/usr.sbin/sysinst/arch/news68k: Makefile
        src/usr.sbin/sysinst/arch/newsmips: Makefile
        src/usr.sbin/sysinst/arch/x68k: Makefile

Log Message:
Pull SMALLPROG stuff to disable unnecessary partitioning methods etc.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/sysinst/arch/atari/Makefile
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/sysinst/arch/hp300/Makefile
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/sysinst/arch/luna68k/Makefile
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/sysinst/arch/news68k/Makefile
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/sysinst/arch/newsmips/Makefile
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/sysinst/arch/x68k/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/sysinst/arch/atari/Makefile
diff -u src/usr.sbin/sysinst/arch/atari/Makefile:1.5 src/usr.sbin/sysinst/arch/atari/Makefile:1.6
--- src/usr.sbin/sysinst/arch/atari/Makefile:1.5	Wed Nov  4 14:29:40 2020
+++ src/usr.sbin/sysinst/arch/atari/Makefile	Sat Jun 11 16:41:55 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.5 2020/11/04 14:29:40 martin Exp $
+#	$NetBSD: Makefile,v 1.6 2022/06/11 16:41:55 tsutsui Exp $
 #
 # Makefile for atari
 #
@@ -12,6 +12,8 @@ CPPFLAGS+=	-DSUPPORT_8_3_SOURCE_FILESYST
 CHECK_ENTROPY=	no	# do not check entropy/offer adding
 NOPARTMAN=	yes
 NO_GPT=		yes
+NO_MBR=		yes
+NO_CLONES=	yes
 .endif
 
 .include "../../Makefile.inc"

Index: src/usr.sbin/sysinst/arch/hp300/Makefile
diff -u src/usr.sbin/sysinst/arch/hp300/Makefile:1.1 src/usr.sbin/sysinst/arch/hp300/Makefile:1.2
--- src/usr.sbin/sysinst/arch/hp300/Makefile:1.1	Sat Jul 26 19:30:45 2014
+++ src/usr.sbin/sysinst/arch/hp300/Makefile	Sat Jun 11 16:41:55 2022
@@ -1,8 +1,16 @@
-#	$NetBSD: Makefile,v 1.1 2014/07/26 19:30:45 dholland Exp $
+#	$NetBSD: Makefile,v 1.2 2022/06/11 16:41:55 tsutsui Exp $
 #
 # Makefile for hp300
 #
 
 LANGUAGES=	# no translations
 
+.ifdef SMALLPROG
+CHECK_ENTROPY=	no	# do not check entropy/offer adding
+NOPARTMAN=	yes
+NO_GPT=		yes
+NO_MBR=		yes
+NO_CLONES=	yes
+.endif
+
 .include "../../Makefile.inc"

Index: src/usr.sbin/sysinst/arch/luna68k/Makefile
diff -u src/usr.sbin/sysinst/arch/luna68k/Makefile:1.1 src/usr.sbin/sysinst/arch/luna68k/Makefile:1.2
--- src/usr.sbin/sysinst/arch/luna68k/Makefile:1.1	Sat Jul 26 19:30:46 2014
+++ src/usr.sbin/sysinst/arch/luna68k/Makefile	Sat Jun 11 16:41:55 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2014/07/26 19:30:46 dholland Exp $
+#	$NetBSD: Makefile,v 1.2 2022/06/11 16:41:55 tsutsui Exp $
 #
 # Makefile for luna68k
 #
@@ -7,4 +7,12 @@ MD_OPTIONS=	AOUT2ELF	# Who will update f
 
 LANGUAGES=	# won't bother to prepare translations
 
+.ifdef SMALLPROG
+CHECK_ENTROPY=	no	# do not check entropy/offer adding
+NOPARTMAN=	yes
+NO_GPT=		yes
+NO_MBR=		yes
+NO_CLONES=	yes
+.endif
+
 .include "../../Makefile.inc"

Index: src/usr.sbin/sysinst/arch/news68k/Makefile
diff -u src/usr.sbin/sysinst/arch/news68k/Makefile:1.1 src/usr.sbin/sysinst/arch/news68k/Makefile:1.2
--- src/usr.sbin/sysinst/arch/news68k/Makefile:1.1	Sat Jul 26 19:30:46 2014
+++ src/usr.sbin/sysinst/arch/news68k/Makefile	Sat Jun 11 16:41:55 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2014/07/26 19:30:46 dholland Exp $
+#	$NetBSD: Makefile,v 1.2 2022/06/11 16:41:55 tsutsui Exp $
 #
 # Makefile for news68k
 #
@@ -7,4 +7,12 @@ MD_OPTIONS=	AOUT2ELF
 
 LANGUAGES=	# no translations
 
+.ifdef SMALLPROG
+CHECK_ENTROPY=	no	# do not check entropy/offer adding
+NOPARTMAN=	yes
+NO_GPT=		yes
+NO_MBR=		yes
+NO_CLONES=	yes
+.endif
+
 .include "../../Makefile.inc"

Index: src/usr.sbin/sysinst/arch/newsmips/Makefile
diff -u src/usr.sbin/sysinst/arch/newsmips/Makefile:1.1 src/usr.sbin/sysinst/arch/newsmips/Makefile:1.2
--- src/usr.sbin/sysinst/arch/newsmips/Makefile:1.1	Sat Jul 26 19:30:46 2014
+++ src/usr.sbin/sysinst/arch/newsmips/Makefile	Sat Jun 11 16:41:55 2022
@@ -1,6 +1,14 @@
-#	$NetBSD: Makefile,v 1.1 2014/07/26 19:30:46 dholland Exp $
+#	$NetBSD: Makefile,v 1.2 2022/06/11 16:41:55 tsutsui Exp $
 #
 # Makefile for newsmips
 #
 
+.ifdef SMALLPROG
+CHECK_ENTROPY=	no	# do not check entropy/offer adding
+NOPARTMAN=	yes
+NO_GPT=		yes
+NO_MBR=		yes
+NO_CLONES=	yes
+.endif
+
 .include "../../Makefile.inc"

Index: src/usr.sbin/sysinst/arch/x68k/Makefile
diff -u src/usr.sbin/sysinst/arch/x68k/Makefile:1.1 src/usr.sbin/sysinst/arch/x68k/Makefile:1.2
--- src/usr.sbin/sysinst/arch/x68k/Makefile:1.1	Sat Jul 26 19:30:47 2014
+++ src/usr.sbin/sysinst/arch/x68k/Makefile	Sat Jun 11 16:41:56 2022
@@ -1,8 +1,16 @@
-#	$NetBSD: Makefile,v 1.1 2014/07/26 19:30:47 dholland Exp $
+#	$NetBSD: Makefile,v 1.2 2022/06/11 16:41:56 tsutsui Exp $
 #
 # Makefile for x68k
 #
 
 LANGUAGES=	# no translations
 
+.ifdef SMALLPROG
+CHECK_ENTROPY=	no	# do not check entropy/offer adding
+NOPARTMAN=	yes
+NO_GPT=		yes
+NO_MBR=		yes
+NO_CLONES=	yes
+.endif
+
 .include "../../Makefile.inc"

Reply via email to