History log of /netbsd/etc/Makefile.params (Results 1 – 23 of 23)
Revision Date Author Comments
# b4334579 11-Jun-2023 lukem <lukem@NetBSD.org>

more NBUILDJOBS deprecation

The NBUILDJOBS option was deprecated in 2002;
there's no need to keep warning about it,
remove from params / show-params,
and only document as obsolete.


# 50a52bf0 14-Feb-2021 pgoyette <pgoyette@NetBSD.org>

Add KERNEL_DIR to /etc/release

"Sure, why not" from xtos!


# 856d965f 22-Nov-2019 martin <martin@NetBSD.org>

Document NETBSD_OFFICIAL_RELEASE and add it to /etc/release - it is
important information when trying to reproduce a build.


# 6ad036dc 10-Jul-2018 martin <martin@NetBSD.org>

Drop output for MAKECONF MAKEOBJDIR MAKEOBJDIRPREFIX MAKEVERBOSE
in MKREPRO=yes builds.


# 7b7bb2fb 09-Jul-2018 martin <martin@NetBSD.org>

Remove debug hack (revert previous)


# 56899d2a 05-Jul-2018 martin <martin@NetBSD.org>

Temporary hack to get MKREPRO debug info out of the build cluster. XXX revert!


# 227588ac 24-Jan-2017 christos <christos@NetBSD.org>

MAKE varies between builds because it contains the full pathname.


# 9c53604d 08-Jan-2017 christos <christos@NetBSD.org>

Instead of hard-coding all the MK* vars and constantly being out of date,
use _MKVARS.yes and _MKVARS.no to construct them.


# ed3e79fb 25-Dec-2016 christos <christos@NetBSD.org>

put also MAKEFILES in the MKREPRO section since they vary since they contain
paths.


# 573b7dad 24-Dec-2016 christos <christos@NetBSD.org>

For MKREPRO, don't print varying params.


# fe18025d 23-Jul-2015 mrg <mrg@NetBSD.org>

remove the xfree86 reachover makefiles and the vast majority of
the support in the rest of the source tree.

X11 sets could use some cleaning up perhaps (just deletion, as
we've never really marked t

remove the xfree86 reachover makefiles and the vast majority of
the support in the rest of the source tree.

X11 sets could use some cleaning up perhaps (just deletion, as
we've never really marked the old X11R6 as obsolete for native
xorg using platforms so far either.)

show more ...


# 1e991c0d 03-Aug-2014 apb <apb@NetBSD.org>

BUILDINFO part 3: Add BUILDINFO to RELEASEVARS and /etc/release

The BUILDINFO string will appear nearthe top of /etc/release,
indented by 8 spaces and with a blank line above and below it,
but witho

BUILDINFO part 3: Add BUILDINFO to RELEASEVARS and /etc/release

The BUILDINFO string will appear nearthe top of /etc/release,
indented by 8 spaces and with a blank line above and below it,
but without a heading. The BUILDINFO string is expected to
be self-explanatory.

Also change some other headings near the top of /etc/release.

show more ...


# 68ce81db 25-Mar-2014 ozaki-r <ozaki-r@NetBSD.org>

Add MKCTF

This variable separates CTF stuffs from MKDTRACE; we can build DTrace
solely without building and using them. This allows us to use DTrace
even if CTF stuffs have problems (actually they h

Add MKCTF

This variable separates CTF stuffs from MKDTRACE; we can build DTrace
solely without building and using them. This allows us to use DTrace
even if CTF stuffs have problems (actually they have now).

This variable would be merged into MKDTRACE eventually, once CTF stuffs
work correctly again.

show more ...


# 9a591374 26-Jan-2014 apb <apb@NetBSD.org>

Add BUILDSEED to RELEASEVARS.


# 1b8ecaf2 26-Jan-2014 apb <apb@NetBSD.org>

Add MKREPRO and MKARZERO to the list of variables in RELEASEVARS.


# c4105181 16-Jan-2014 christos <christos@NetBSD.org>

eliminate use of bsd.sys.mk from Makefiles


# e7f45afe 01-Nov-2013 apb <apb@NetBSD.org>

HOST_SH is defined in bsd.sys.mk, so we need to include that
as well as bsd.own.mk. Revert previous use of ${HOST_SH:Ush}.


# 0262ee3c 01-Nov-2013 martin <martin@NetBSD.org>

If HOST_SH is not defined, use sh to parse osrelease.sh


# 48ed99da 01-Nov-2013 apb <apb@NetBSD.org>

Reinstate .include <bsd.own.mk>. Without this, many variables are undefined.

Define DISTRIBVER in the same way that src/etc/Makefile defines it.
Without this, "make params" in src/Makefile uses an

Reinstate .include <bsd.own.mk>. Without this, many variables are undefined.

Define DISTRIBVER in the same way that src/etc/Makefile defines it.
Without this, "make params" in src/Makefile uses an undefined value.

Remove a spurious ">&3".

show more ...


# 20e65167 30-Oct-2013 apb <apb@NetBSD.org>

Instead of stupid postprocessor tricks, use redirect tricks
to ensure that the output from ${PRINT_PARAMS} contains only
the desired information without any debugging noise.


# 355ef91b 18-Oct-2013 njoly <njoly@NetBSD.org>

Add HAVE_LLVM/HAVE_PCC, MKLLVM/MKPCC to RELEASEVARS.


# 80bf386a 09-Mar-2013 jmmv <jmmv@NetBSD.org>

Record the value of MKATF and MKKYUA in /etc/release.


# df5816a8 03-Dec-2012 apb <apb@NetBSD.org>

Add src/etc/Makefile.params, containing the definition of the
RELEASEVARS variable, and commands related to printing the values of
the variables whose names are in RELEASEVARS.

Add an awk script to

Add src/etc/Makefile.params, containing the definition of the
RELEASEVARS variable, and commands related to printing the values of
the variables whose names are in RELEASEVARS.

Add an awk script to remove noise printed by "make -j" or high levels
of MAKEVERBOSE, so we get only the variables names and values. The
values are escaped so that variables containing embedded newlines,
quotation marks, and backslashes, are passed through safely.

Adapt src/etc/Makefile and src/Makefile to use the new ${PRINT_PARAMS}
command defined in src/etc/Makefile.params.

Now ${DESTDIR}/etc/release and the params file in the top-level
.OBJDIR should never contain unwanted noise, even after a build with
MAKEVERBOSE=4.

show more ...