head	1.4;
access;
symbols
	netbsd-11-0-RC7:1.3
	netbsd-11-0-RC6:1.3
	netbsd-11-0-RC5:1.3
	netbsd-11-0-RC4:1.3
	netbsd-11-0-RC3:1.3
	netbsd-11-0-RC2:1.3
	netbsd-11-0-RC1:1.3
	perseant-exfatfs-base-20250801:1.3
	netbsd-11:1.3.0.2
	netbsd-11-base:1.3
	netbsd-10-1-RELEASE:1.2
	perseant-exfatfs-base-20240630:1.2
	perseant-exfatfs:1.2.0.4
	perseant-exfatfs-base:1.2
	netbsd-10-0-RELEASE:1.2
	netbsd-10-0-RC6:1.2
	netbsd-10-0-RC5:1.2
	netbsd-10-0-RC4:1.2
	netbsd-10-0-RC3:1.2
	netbsd-10-0-RC2:1.2
	netbsd-10-0-RC1:1.2
	netbsd-10:1.2.0.2
	netbsd-10-base:1.2;
locks; strict;
comment	@# @;


1.4
date	2026.05.10.14.19.10;	author tls;	state Exp;
branches;
next	1.3;
commitid	UGQHYsWEopsE7hFG;

1.3
date	2024.07.11.20.41.08;	author riastradh;	state Exp;
branches;
next	1.2;
commitid	psHdwNjzQfZSIshF;

1.2
date	2022.01.08.08.40.19;	author skrll;	state Exp;
branches
	1.2.4.1;
next	1.1;
commitid	JnM09W4zKLom9OnD;

1.1
date	2021.12.31.16.15.58;	author christos;	state Exp;
branches;
next	;
commitid	AD0FamCHQV3CVOmD;

1.2.4.1
date	2025.08.02.05.20.31;	author perseant;	state Exp;
branches;
next	;
commitid	23j6GFaDws3O875G;


desc
@@


1.4
log
@Fix MKDEBUGKERNEL vs MKDEBUG for kernel debug file sets.

The problem manifests as checkflist failures when building ports that
have extensive ALL_KERNELS but not...building all the kernels; notably
the various "evb" ports with a bazillion kernels for a bazillion SoCs.

The mk.conf(5) man page documents MKDEBUGKERNEL as controlling
whether kernel debug files (netbsd-*.debug) appear in the
distribution sets.  However, the prior implementation used MKDEBUG
(the general userland debug flag) instead.

This meant MKDEBUG=yes with MKDEBUGKERNEL=no incorrectly expected
kernel debug files for every kernel config listed in ALL_KERNELS.
When only a subset of kernels is built, checkflist fails with
missing files.

The fix is to make these variables fully conform to the longstanding
documentation.  MKDEBUGKERNEL controls whether kernel debug symbols are
built; MKDEBUG controls everything else.  If you want something like the
old behavior but minus the bugs, set both.
@
text
@# $NetBSD: md.emips,v 1.3 2024/07/11 20:41:08 riastradh Exp $
#
./usr/libdata/debug/nfsnetbsd-GENERIC.debug	comp-sysutil-debug	debugkernel
./usr/libdata/debug/nfsnetbsd-INSTALL.debug	comp-sysutil-debug	debugkernel
./usr/libdata/debug/nfsnetbsd-RAMDISK.debug	comp-sysutil-debug	debugkernel
@


1.3
log
@distrib/sets/lists: Add a blank comment line between RCS id and body.

This serves as a buffer between RCS id changes and other changes to
the set lists, in an attempt to reduce the pain of merge conflicts
around mass set list changes.

No functional change intended.
@
text
@d1 1
a1 1
# $NetBSD: md.emips,v 1.2 2022/01/08 08:40:19 skrll Exp $
d3 3
a5 3
./usr/libdata/debug/nfsnetbsd-GENERIC.debug	comp-sysutil-debug	debug
./usr/libdata/debug/nfsnetbsd-INSTALL.debug	comp-sysutil-debug	debug
./usr/libdata/debug/nfsnetbsd-RAMDISK.debug	comp-sysutil-debug	debug
@


1.2
log
@Attempt to fix emips build
@
text
@d1 2
a2 1
# $NetBSD: md.emips,v 1.1 2021/12/31 16:15:58 christos Exp $
@


1.2.4.1
log
@Sync with HEAD
@
text
@d1 1
a1 2
# $NetBSD: md.emips,v 1.3 2024/07/11 20:41:08 riastradh Exp $
#
@


1.1
log
@Add kernel debug files.
@
text
@d1 1
a1 1
# $NetBSD$
d4 1
@

