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 Remove GPT and extended partitioning s...



details:   https://anonhg.NetBSD.org/src/rev/bc0b9edd0903
branches:  trunk
changeset: 451968:bc0b9edd0903
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Jun 13 06:34:30 2019 +0000

description:
Remove GPT and extended partitioning support on size restrained install
media.

diffstat:

 usr.sbin/sysinst/arch/acorn32/Makefile     |  7 ++++++-
 usr.sbin/sysinst/arch/emips/Makefile       |  7 ++++++-
 usr.sbin/sysinst/arch/ews4800mips/Makefile |  7 ++++++-
 3 files changed, 18 insertions(+), 3 deletions(-)

diffs (52 lines):

diff -r cc848a25f7ae -r bc0b9edd0903 usr.sbin/sysinst/arch/acorn32/Makefile
--- a/usr.sbin/sysinst/arch/acorn32/Makefile    Thu Jun 13 06:25:03 2019 +0000
+++ b/usr.sbin/sysinst/arch/acorn32/Makefile    Thu Jun 13 06:34:30 2019 +0000
@@ -1,8 +1,13 @@
-#      $NetBSD: Makefile,v 1.1 2014/07/26 19:30:44 dholland Exp $
+#      $NetBSD: Makefile,v 1.2 2019/06/13 06:34:30 martin Exp $
 #
 # Makefile for acorn32
 #
 
 MD_OPTIONS=    AOUT2ELF
 
+.ifdef SMALLPROG
+NOPARTMAN=     yes
+NO_GPT=                yes
+.endif
+
 .include "../../Makefile.inc"
diff -r cc848a25f7ae -r bc0b9edd0903 usr.sbin/sysinst/arch/emips/Makefile
--- a/usr.sbin/sysinst/arch/emips/Makefile      Thu Jun 13 06:25:03 2019 +0000
+++ b/usr.sbin/sysinst/arch/emips/Makefile      Thu Jun 13 06:34:30 2019 +0000
@@ -1,6 +1,11 @@
-#      $NetBSD: Makefile,v 1.1 2014/07/26 19:30:45 dholland Exp $
+#      $NetBSD: Makefile,v 1.2 2019/06/13 06:34:30 martin Exp $
 #
 # Makefile for emips
 #
 
+.ifdef SMALLPROG
+NOPARTMAN=     yes
+NO_GPT=                yes
+.endif
+
 .include "../../Makefile.inc"
diff -r cc848a25f7ae -r bc0b9edd0903 usr.sbin/sysinst/arch/ews4800mips/Makefile
--- a/usr.sbin/sysinst/arch/ews4800mips/Makefile        Thu Jun 13 06:25:03 2019 +0000
+++ b/usr.sbin/sysinst/arch/ews4800mips/Makefile        Thu Jun 13 06:34:30 2019 +0000
@@ -1,8 +1,13 @@
-#      $NetBSD: Makefile,v 1.1 2014/07/26 19:30:45 dholland Exp $
+#      $NetBSD: Makefile,v 1.2 2019/06/13 06:34:31 martin Exp $
 #
 # Makefile for ews4800mips
 #
 
 LANGUAGES=     # no translations
 
+.ifdef SMALLPROG
+NOPARTMAN=     yes
+NO_GPT=                yes
+.endif
+
 .include "../../Makefile.inc"



Home | Main Index | Thread Index | Old Index