summaryrefslogtreecommitdiff
path: root/tools/host-mkdep
AgeCommit message (Expand)Author
2020-06-13tools: configure --silent if MAKEVERBOSE == 0lukem
2019-10-29Don't escape ", GNU awk 5 warns about it.joerg
2019-01-27fix duplicated chunk from mergedholland
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-05-01Create a new bsd.hostinit.mk file and put the build definitions for all hostchristos
2015-05-12Like the non-host mkdep don't print ./foo.h as a dependency, but simplifychristos
2013-09-02Preserve -std=* options as they may change the dependency list.joerg
2013-03-27Some shells have ((expr)) syntax for arithmetic. Add space betweenuwe
2013-03-16Put back error checking in a simpler form thanks to uwechristos
2013-03-14Revert 1.25 and 1.26: Breaks build on !NetBSDjoerg
2013-03-12re-directing once is good enough.christos
2013-03-12Perform shell fd gymnastics to capture the error in the pipeline and exit.christos
2013-03-05account for -vichristos
2012-12-09forgetting to shift turns this into a cpu burner.christos
2012-12-09ignore --sysroot=/christos
2012-12-02Now that tools/Makefile builds tools/binstall before installingapb
2012-12-02Use a CONFIGURE_ENV variable instead of in-line code for passingapb
2012-08-26Add a new "-P prefix" option to mkdep(1).jmmv
2011-06-30dependant -> dependentwiz
2010-11-14recognize isysrootchristos
2010-02-20Rewrite argument processing to deal with spaces and other metajoerg
2008-10-19Add a comment to the Makefile explaining that we do not use HOST_AWKapb
2007-07-09Treat -cxx-isystem as -isystem-cxx. Not really required by our code, butjmmv
2005-09-01On second thought, we can't just pass through -isystem-cxx, we have tojwise
2005-09-01Recognize -isystem-cxx as well as -isystem, making this more usable for c++jwise
2004-03-27Fix the processing of '-s .lo\ .ln' (etc).dsl
2003-12-07Make command line parser getopt() compatible (allow host-mkdep -aq -s.o.lo ...)dsl
2003-11-11Let -- be used to separate mkdep options from cc optionsdsl
2003-11-10Make this support the same new options as recently added to the mkdep program.dsl
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-08-11Fix 2 remaining places items are depending on execute permissions coming outjmc
2003-07-26netbsd.org->NetBSD.orgsalo
2003-06-11No sources == error again.christos
2003-06-10for now, make the fact that no sources were specified a warning.christos
2003-06-10Do -isystem differently.christos
2003-06-10understand -isystem too if compiler gcc/g++christos
2003-06-06- shift; shift -> shift 2christos
2003-06-06don't pass CFLAGS and LDFLAGS to configure. mkdep does not give a shit.christos
2003-03-13Allow "-no-cpp-precomp", which disables use of pre-compiled headersthorpej
2002-12-08Centralize the definition of the tool name prefix (i.e. "nb") intothorpej
2002-09-15Patch host-mkdep with the working host shell.thorpej
2002-09-13Delete a few things that appear in gcc 3.x's CPP output.thorpej
2002-04-03Don't need "if" here to look for TOOLDIR/bin; "mkdir -p" won't fail iftv
2002-04-03fix my own pr since todd is unwilling to use grep.christos
2002-02-12Make sure TOOLDIR/bin exists before copying into it. Use 2 explicit mkdir'sjmc
2002-01-28Ensure a space after # or #line so we don't pick up stray #pragmas andtv
2002-01-21Make many host tools compile on non-NetBSD hosts. Not complete, buttv
2002-01-10Move host-mkdep to its own directory. Create and install it beforetv