History log of /netbsd-src/tools/mandoc/Makefile (Results 1 – 14 of 14)
Revision Date Author Comments
# fd7f7697 15-Aug-2018 christos <christos@NetBSD.org>

Expose re{c,}allocarray decls in current.


# bf711337 01-May-2018 christos <christos@NetBSD.org>

Create a new bsd.hostinit.mk file and put the build definitions for all host
programs there; make all Makefiles that use bsd.hostprog.mk include it.
Namely turn off MKREPRO and don't make lint, man p

Create a new bsd.hostinit.mk file and put the build definitions for all host
programs there; make all Makefiles that use bsd.hostprog.mk include it.
Namely turn off MKREPRO and don't make lint, man pages, info files etc.
Remove the Makefile.inc files that contained these same settings, and
remove the settings from Makefile.host

show more ...


# c0d10d8e 01-May-2018 christos <christos@NetBSD.org>

Centralize NOMAN handling.


# b2a8932d 01-May-2018 christos <christos@NetBSD.org>

PR/53238: Robert Elz: Disable MKREPRO in tools; the host compiler might
not support the necessary options. This is done thusly:

1. Set MKREPRO=no in Makefile.host. This handles all the Makefiles tha

PR/53238: Robert Elz: Disable MKREPRO in tools; the host compiler might
not support the necessary options. This is done thusly:

1. Set MKREPRO=no in Makefile.host. This handles all the Makefiles that
use it and don't include bsd.own.mk.
2. Create Makefile.inc and set MKREPRO=no in it. Change the Makefiles that
include bsd.own.mk, to include bsd.init.mk which includes Makefile.inc
first. This will also allow us to control other tools options from a
single location if we need to.

XXX: pullup-8

show more ...


# f6f53c25 07-Sep-2017 joerg <joerg@NetBSD.org>

Honor HOST_CC.


# 8523d518 27-Jan-2016 christos <christos@NetBSD.org>

clean Makefile.local


# d8b72b3b 17-Dec-2015 christos <christos@NetBSD.org>

kill -x, files that don't exist anymore


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

eliminate use of bsd.sys.mk from Makefiles


# 66153a21 05-Jan-2014 joerg <joerg@NetBSD.org>

Update build system and import script for mdocml 1.12.3.


# 2c23e1b1 20-Feb-2010 joerg <joerg@NetBSD.org>

Add intermediate files to CLEANFILES. Explicitly include bsd.sys.mk to
ensure that HOST_SH is set, even when e.g. cleandir is used.
Noticed by Nicolas Joly.


# 83a16fe2 19-Feb-2010 joerg <joerg@NetBSD.org>

Update tool version for mdocml 1.9.15.


# 73810e77 30-Oct-2009 joerg <joerg@NetBSD.org>

Need to provide NOMAN explicitly before bsd.own.mk.


# f5630129 26-Oct-2009 joerg <joerg@NetBSD.org>

Hard-wire NetBSD major+minor version for the tool version of mandoc.
This gives "NetBSD 5.99" for .Os in -current and "NetBSD 6.0" for the
next release.


# c2dba7fe 21-Oct-2009 joerg <joerg@NetBSD.org>

Build glue for mdocml and for mandoc as standalone tool.