Home | History | Annotate | Download | only in host-mkdep
History log of /src/tools/host-mkdep/Makefile
RevisionDateAuthorComments
 1.16  13-Jun-2020  lukem tools: configure --silent if MAKEVERBOSE == 0
 1.15  27-Jan-2019  dholland fix duplicated chunk from merge
 1.14  27-Jan-2019  pgoyette Merge the [pgoyette-compat] branch
 1.13  01-May-2018  christos branches: 1.13.2;
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
 1.12  02-Dec-2012  apb branches: 1.12.28;
Now that tools/Makefile builds tools/binstall before installing
tools/host-mkdep, we can use the newly-built install program
to install host-mkdep.
 1.11  02-Dec-2012  apb Use a CONFIGURE_ENV variable instead of in-line code for passing
environment variables to the confifure script for host-mkdep.
Also reword the comment about why TOOL_AWK can't be included.
 1.10  19-Oct-2008  apb branches: 1.10.8; 1.10.18; 1.10.24;
Add a comment to the Makefile explaining that we do not use HOST_AWK
here, because tools/host-mkdep is built before tools/awk.
 1.9  26-Oct-2003  lukem Use ${HOST_SH} instead of `sh'.

If necessary, pull in <bsd.sys.mk> to get the definition of HOST_SH;
Makefiles that pull in one of (most of) <bsd.*.mk> will get this anyway.
 1.8  11-Aug-2003  jmc Fix 2 remaining places items are depending on execute permissions coming out
from a cvs checkout on scripts.
 1.7  06-Jun-2003  christos don't pass CFLAGS and LDFLAGS to configure. mkdep does not give a shit.
 1.6  08-Dec-2002  thorpej Centralize the definition of the tool name prefix (i.e. "nb") into
bsd.own.mk, as the _TOOL_PREFIX variable.
 1.5  03-Apr-2002  tv branches: 1.5.2;
Don't need "if" here to look for TOOLDIR/bin; "mkdir -p" won't fail if
it already exists.
 1.4  03-Apr-2002  christos fix my own pr since todd is unwilling to use grep.
 1.3  12-Feb-2002  jmc Make sure TOOLDIR/bin exists before copying into it. Use 2 explicit mkdir's
here to avoid problems on host systems without mkdir -p
 1.2  21-Jan-2002  tv Make many host tools compile on non-NetBSD hosts. Not complete, but
very nearly there.
 1.1  10-Jan-2002  tv Move host-mkdep to its own directory. Create and install it before
everything else. Now it's possible for the target mkdep to build and
install like "normal" host-tools do; should remove the function decl
warnings reported by greywolf@starwolf.com on current-users.
 1.5.2.1  12-Aug-2003  tron Pull up revision 1.8 via patch (requested by jmc in ticket #1404):
Fix 2 remaining places items are depending on execute permissions coming out
from a cvs checkout on scripts.
 1.10.24.1  25-Feb-2013  tls resync with head
 1.10.18.1  16-Jan-2013  yamt sync with (a bit old) head
 1.10.8.1  05-Sep-2009  matt Make sure CFLAGS and LDFLAGS come HOST_CFLAGS and HOST_LDFLAGS.
 1.12.28.1  02-May-2018  pgoyette Synch with HEAD
 1.13.2.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed