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
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