index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
make
/
engine.c
Age
Commit message (
Expand
)
Author
2010-04-25
pure whitespace cleanup
Marc Espie
2009-08-16
write sensible error message
Marc Espie
2009-08-16
avoid touching .PHONY targets, they don't exist.
Marc Espie
2009-05-12
zap double prototype
Marc Espie
2009-05-10
simplify job handling a great deal: we don't care when jobs get
Marc Espie
2009-04-26
move code around a bit, extract code from run_prepared_gnode
Marc Espie
2008-11-10
missing static
Marc Espie
2008-11-10
adjust comment to reflect reality (CompatRunCommand is gone)
Marc Espie
2008-11-04
changes to get target equivalence to work better.
Marc Espie
2008-01-29
A few changes:
Marc Espie
2008-01-02
fix obvious bug in .NODEFAULT handling
Marc Espie
2007-12-31
if our node doesn't have a lineno/fname, inherit from `used' node.
Marc Espie
2007-11-17
simplify dynamic variable handling a great deal:
Marc Espie
2007-11-17
.PHONY targets should not look at files.
Marc Espie
2007-11-10
rename make -> must_make, made -> built_status
Marc Espie
2007-11-06
simplify the way we deal with implicit rules and handle $<.
Marc Espie
2007-11-03
simplify: Job_CheckCommands deals with silent and ignerr now, so there's
Marc Espie
2007-11-03
do the silent/ignore check in Job_CheckCommands, so that make -j4 -s works
Marc Espie
2007-11-02
Work done at p2k7.
Marc Espie
2007-09-17
rewrite of the basic suffix/target parsing: use hash for suffixes.
Marc Espie
2007-09-17
fix indent
Marc Espie
2007-09-17
minor tweaks
Marc Espie
2007-09-17
separate rewrite_times function
Marc Espie
2007-09-17
kill extra spaces at end of line
Marc Espie
2007-09-17
kill += 1, -= 1 -> ++, --
Marc Espie
2007-09-16
reindent
Marc Espie
2007-09-16
rename Targ_FmtTime into time_to_string and move it, as it's not related
Marc Espie
2007-09-16
first step towards sanity: take the functions common to parallel/not parallel
Marc Espie