Source-Changes-HG archive

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

[src/trunk]: src/share/mk bsd.own.mk: obsolete non-MK variants MANZ UNPRIVED ...



details:   https://anonhg.NetBSD.org/src/rev/99b0d5e75886
branches:  trunk
changeset: 376131:99b0d5e75886
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Jun 02 14:30:23 2023 +0000

description:
bsd.own.mk: obsolete non-MK variants MANZ UNPRIVED UPDATE

Remove support for variables deprecated 20 years ago
by their MK* equivalents.

diffstat:

 share/mk/bsd.own.mk |  11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diffs (25 lines):

diff -r 6f93b411daba -r 99b0d5e75886 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Jun 02 14:29:11 2023 +0000
+++ b/share/mk/bsd.own.mk       Fri Jun 02 14:30:23 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1334 2023/06/01 21:54:17 lukem Exp $
+#      $NetBSD: bsd.own.mk,v 1.1335 2023/06/02 14:30:23 lukem Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1057,15 +1057,6 @@ MK${var:S/^NO//}:=       no
 .endfor
 
 #
-# Older-style variables that enabled behaviour when set.
-#
-.for var in MANZ UNPRIVED UPDATE
-.if defined(${var})
-MK${var}:=     yes
-.endif
-.endfor
-
-#
 # MK* options which have variable defaults.
 #
 



Home | Main Index | Thread Index | Old Index