#
5bb8c2d9 |
| 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 ...
|
#
07b1e401 |
| 14-Apr-2011 |
plunky <plunky@NetBSD.org> |
use HOSTPROG to build the mkext program (which creates external.c and external.h for ccom) rather than HOST_CC directly.
because PROG and HOSTPROG don't play nicely together, put mkext in its own SU
use HOSTPROG to build the mkext program (which creates external.c and external.h for ccom) rather than HOST_CC directly.
because PROG and HOSTPROG don't play nicely together, put mkext in its own SUBDIR
show more ...
|