| #
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 ...
|
| #
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 ...
|
| #
e0d2aa9d |
| 02-Dec-2012 |
apb <apb@NetBSD.org> |
Make most things under src/tools use the TOOLDIR version of compat/defs.mk, instead of the version in the .OBJDIR of tools/compat.
|
| #
bcc847fb |
| 25-Oct-2008 |
apb <apb@NetBSD.org> |
Use ${TOOL_SED} instead of just "sed" while building other tools.
Where sed is used in a != assignment, use .if make(depend) || make(all) || make(dependall) || make(install) to ensure the command do
Use ${TOOL_SED} instead of just "sed" while building other tools.
Where sed is used in a != assignment, use .if make(depend) || make(all) || make(dependall) || make(install) to ensure the command doesn't run at "make obj" time when TOOL_SED will not have been built.
show more ...
|
| #
85f76ee7 |
| 07-Oct-2008 |
apb <apb@NetBSD.org> |
Remove the definitions of BUILD_OSTYPE and BUILD_OSVERSION, which have been unused since the TOOL_JOIN change made in revision 1.9.
|
| #
c4aece6e |
| 14-Jan-2007 |
apb <apb@NetBSD.org> |
Pass TOOL_JOIN, TOOL_MKTEMP, NM, and TOOL_SED through to the tools version of lorder. Also remove the hack of treating Darwin differently, because the new TOOL_JOIN should solve that problem.
|
| #
0772ea91 |
| 11-Jan-2007 |
ginsbach <ginsbach@NetBSD.org> |
Fix unbalanced sed expression -- add missing '('.
|
| #
dc7b6798 |
| 09-Jan-2007 |
ginsbach <ginsbach@NetBSD.org> |
Don't invoke join(1) with POSIX syntax on MacOS X 10.3.9. This fixes cross-building on the aforementioned platform.
|
| #
c4a72b64 |
| 08-Dec-2002 |
thorpej <thorpej@NetBSD.org> |
Centralize the definition of the tool name prefix (i.e. "nb") into bsd.own.mk, as the _TOOL_PREFIX variable.
|
| #
54a74239 |
| 15-Sep-2002 |
thorpej <thorpej@NetBSD.org> |
Patch lorder with the host's working shell. Idea from Chris Demetriou.
|
| #
184d8eec |
| 19-Nov-2001 |
perry <perry@NetBSD.org> |
replace instances of INSTALL_FILE with HOST_INSTALL_FILE
|
| #
d21f3d4a |
| 14-Nov-2001 |
tv <tv@NetBSD.org> |
Prefix all target-specific things with `${MACHINE_GNU_PLATFORM}-'. Prefix all non-target-specific things with `nb'.
|
| #
e704f6d2 |
| 22-Sep-2001 |
tv <tv@NetBSD.org> |
Move <bsd.hostprog.mk> to the right place so TOOLDIR can be set in mk.conf.
|
| #
14e39089 |
| 22-Sep-2001 |
tv <tv@NetBSD.org> |
Add lorder to TOOLDIR host tools.
Only descend into directories if USE_NEW_TOOLCHAIN is set (allows top level Makefile to use "-m ${.CURDIR}/share/mk" to get the "correct" <bsd.own.mk> when descendi
Add lorder to TOOLDIR host tools.
Only descend into directories if USE_NEW_TOOLCHAIN is set (allows top level Makefile to use "-m ${.CURDIR}/share/mk" to get the "correct" <bsd.own.mk> when descending into src/tools/Makefile).
show more ...
|