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