From 3fdb00a24da6f007ad16a00c40e71e51ef3b2ebd Mon Sep 17 00:00:00 2001 From: lukem Date: Sat, 3 Jun 2023 21:20:53 +0000 Subject: mkvars.mk: sort MKEXTRAVARS and remove dupes Sort MKEXTRAVARS. Remove obsolete MKBFD. Remove entries already in _MKVARS.no or _MKVARS.yes: MKCOMPATTESTS MKDTC MKDYNAMICROOT MKFIRMWARE MKMANZ MKRADEONFIRMWARE MKSLJIT MKSOFTFLOAT MKXORG_SERVER Sorted output of comparing "before" and "after" is identical besides those variables listed above. --- distrib/sets/mkvars.mk | 49 ++++++++++++++++++++++--------------------------- 1 file changed, 22 insertions(+), 27 deletions(-) (limited to 'distrib') diff --git a/distrib/sets/mkvars.mk b/distrib/sets/mkvars.mk index b7b388783a9..119adc062d4 100644 --- a/distrib/sets/mkvars.mk +++ b/distrib/sets/mkvars.mk @@ -1,48 +1,43 @@ -# $NetBSD: mkvars.mk,v 1.41 2022/08/21 07:10:03 lukem Exp $ +# $NetBSD: mkvars.mk,v 1.42 2023/06/03 21:20:53 lukem Exp $ +# +# Extra variables to print. +# Do not include entries from _MKVARS.no and _MKVAR.yes. +# Please keep alphabetically sorted with one entry per line. +# MKEXTRAVARS= \ - MACHINE \ - MACHINE_ARCH \ - MACHINE_CPU \ + ARCH64 \ + EABI \ HAVE_ACPI \ + HAVE_BINUTILS \ HAVE_GCC \ HAVE_GDB \ - HAVE_XORG_SERVER_VER \ - HAVE_XORG_GLAMOR \ + HAVE_LIBGCC_EH \ HAVE_MESA_VER \ HAVE_NVMM \ - HAVE_BINUTILS \ - HAVE_LIBGCC_EH \ HAVE_OPENSSL \ HAVE_SSP \ HAVE_UEFI \ - OBJECT_FMT \ - TOOLCHAIN_MISSING \ + HAVE_XORG_GLAMOR \ + HAVE_XORG_SERVER_VER \ KERNEL_DIR \ - MKMANZ \ - MKBFD \ + MACHINE \ + MACHINE_ARCH \ + MACHINE_CPU \ + MAKEVERBOSE \ MKCOMPAT \ - MKCOMPATTESTS \ MKCOMPATMODULES \ - MKDTC \ - MKDYNAMICROOT \ - MKFIRMWARE \ MKMANPAGES \ - MKSLJIT \ - MKSOFTFLOAT \ - MKXORG \ - MKXORG_SERVER \ - MKRADEONFIRMWARE \ MKSTATICPIE \ + MKXORG \ + NETBSDSRCDIR \ + OBJECT_FMT \ + TARGET_ENDIANNESS \ + TOOLCHAIN_MISSING \ USE_INET6 \ USE_KERBEROS \ USE_LDAP \ - USE_YP \ - NETBSDSRCDIR \ - MAKEVERBOSE \ - TARGET_ENDIANNESS \ - EABI \ - ARCH64 + USE_YP ##### -- cgit t'>
AgeCommit message (Expand)Author
2022-09-10avoid a GCC warning (happens on -current, -9, and -8.)mrg
2022-09-09Don't forget to free the cred we just held.christos
2021-06-29Add containment for the cloning devices hack in vn_open.dholland
2020-11-01Separate the compat_netbsd32_coredump from the compat_netbsd32 andpgoyette
2020-10-26Depend directly on EXEC_ELF{32,64} to determine which versions of the coredumpchristos
2020-10-20only define hooks for 32 bit cores if we need them.christos
2020-10-19Arrange so that no options COREDUMP and no options PTRACE work together.christos
2020-05-23Move proc_lock into the data segment. It was dynamically allocated becausead
2019-12-12Rather than keeping a separate mutex, condvar, and pserialize for eachpgoyette
2019-11-20Move all non-emulation-specific coredump code into the coredump module,pgoyette
2019-11-10Convert the coredump_vec modular function pointer to use the newpgoyette
2019-10-16Add and use __FPTRCAST, requested by uwe@christos
2019-10-16Add void * function pointer casts. There are different ways to "fix" thosechristos
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2014-04-22Fix a read-beyond-end string read.maxv
2014-01-03Instead of generating all the 'note' sections twice (and hoping that thedsl
2014-01-01Change the type of the 'cookie' that holds the state of the core dump filedsl
2011-09-24Don't dump core on an existing core file we don't own. From OpenBSD, suggestedchristos
2011-09-23PR/45393: Greg A. Woods: The mount point validation code (that looks forchristos
2011-04-29Small comment improvement.rmind
2010-11-19Introduce struct pathbuf. This is an abstraction to hold a pathnamedholland
2010-06-24Clean up vnode lock operations pass 2:hannken
2010-01-08The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to livepooka
2009-01-11merge christos-time_tchristos
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-04-24Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, sincead
2008-04-24Network protocol interrupts can now block on locks, so merge the globalsad
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2008-01-25Remove VOP_LEASE. Discussed on tech-kern.ad
2007-12-08Remove cn_lwp from struct componentname. curlwp should be usedpooka
2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka
2007-09-22Allocate the temporary path buffer before we acquire any locks.dsl
2007-04-03Remove calls to now obsolete vn_start_write() and vn_finished_write().hannken
2007-03-09- Make the proclist_lock a mutex. The write:read ratio is unfavourable,ad
2007-02-17Change the process/lwp flags seen by userland via sysctl back to thepavel
2007-02-09Merge newlock2 to head.ad