summaryrefslogtreecommitdiff
path: root/tools/host-mkdep
AgeCommit message (Expand)Author
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