Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/sysinst/arch Pull SMALLPROG stuff to disable unnece...
details: https://anonhg.NetBSD.org/src/rev/002498502cf0
branches: trunk
changeset: 366739:002498502cf0
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Jun 11 16:41:55 2022 +0000
description:
Pull SMALLPROG stuff to disable unnecessary partitioning methods etc.
diffstat:
usr.sbin/sysinst/arch/atari/Makefile | 4 +++-
usr.sbin/sysinst/arch/hp300/Makefile | 10 +++++++++-
usr.sbin/sysinst/arch/luna68k/Makefile | 10 +++++++++-
usr.sbin/sysinst/arch/news68k/Makefile | 10 +++++++++-
usr.sbin/sysinst/arch/newsmips/Makefile | 10 +++++++++-
usr.sbin/sysinst/arch/x68k/Makefile | 10 +++++++++-
6 files changed, 48 insertions(+), 6 deletions(-)
diffs (123 lines):
diff -r a54788f35e7c -r 002498502cf0 usr.sbin/sysinst/arch/atari/Makefile
--- a/usr.sbin/sysinst/arch/atari/Makefile Sat Jun 11 16:38:51 2022 +0000
+++ b/usr.sbin/sysinst/arch/atari/Makefile Sat Jun 11 16:41:55 2022 +0000
@@ -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 @@
CHECK_ENTROPY= no # do not check entropy/offer adding
NOPARTMAN= yes
NO_GPT= yes
+NO_MBR= yes
+NO_CLONES= yes
.endif
.include "../../Makefile.inc"
diff -r a54788f35e7c -r 002498502cf0 usr.sbin/sysinst/arch/hp300/Makefile
--- a/usr.sbin/sysinst/arch/hp300/Makefile Sat Jun 11 16:38:51 2022 +0000
+++ b/usr.sbin/sysinst/arch/hp300/Makefile Sat Jun 11 16:41:55 2022 +0000
@@ -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"
diff -r a54788f35e7c -r 002498502cf0 usr.sbin/sysinst/arch/luna68k/Makefile
--- a/usr.sbin/sysinst/arch/luna68k/Makefile Sat Jun 11 16:38:51 2022 +0000
+++ b/usr.sbin/sysinst/arch/luna68k/Makefile Sat Jun 11 16:41:55 2022 +0000
@@ -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 @@
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"
diff -r a54788f35e7c -r 002498502cf0 usr.sbin/sysinst/arch/news68k/Makefile
--- a/usr.sbin/sysinst/arch/news68k/Makefile Sat Jun 11 16:38:51 2022 +0000
+++ b/usr.sbin/sysinst/arch/news68k/Makefile Sat Jun 11 16:41:55 2022 +0000
@@ -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 @@
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"
diff -r a54788f35e7c -r 002498502cf0 usr.sbin/sysinst/arch/newsmips/Makefile
--- a/usr.sbin/sysinst/arch/newsmips/Makefile Sat Jun 11 16:38:51 2022 +0000
+++ b/usr.sbin/sysinst/arch/newsmips/Makefile Sat Jun 11 16:41:55 2022 +0000
@@ -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"
diff -r a54788f35e7c -r 002498502cf0 usr.sbin/sysinst/arch/x68k/Makefile
--- a/usr.sbin/sysinst/arch/x68k/Makefile Sat Jun 11 16:38:51 2022 +0000
+++ b/usr.sbin/sysinst/arch/x68k/Makefile Sat Jun 11 16:41:55 2022 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index