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
/
usr.bin
/
make
/
main.c
Age
Commit message (
Expand
)
Author
2021-04-30
Pull up following revision(s) (requested by mrg in ticket #1263):
martin
2017-10-28
Ignore empty MAKEOBJDIR
sjg
2017-06-19
Add -v variable that always expands variables; restore -V the way it was.
christos
2017-06-19
make the code look like to 1.266
christos
2017-06-19
Remove previous variable expansion code; sjg had already added the code to
christos
2017-06-17
a variable that starts with \\ is not expanded.
christos
2017-06-17
simplify
christos
2017-06-17
-V: try to expand the variable again if the value contains a variable.
christos
2017-06-17
move some code out of the gigantic main function; no functional change.
christos
2017-05-10
Main_SetObjdir: ensure buf2 is in scope
sjg
2017-04-20
We cannot tollerate things like trailing /.. etc in .CURDIR
sjg
2017-04-19
We cannot use buf as both src and destination for snprintf.
sjg
2017-04-16
Factor out parts of cached_realpath.
riastradh
2017-04-16
Use bmake_malloc where we don't test the return value of malloc currently.
maya
2017-04-13
PR/52159: Jamie Landeg-Jones: Don't try to expand $'s in paths or system
christos
2017-03-26
When we change .OBJDIR we should delete any cached realpath results
sjg
2017-03-11
Do not consider using -C arg "as is" for .CURDIR unless it starts with '/'.
sjg
2017-02-08
Use strncpy here because we need to be portable, and we have the +1 byte
christos
2017-02-07
use the logical path for -C if correct.
christos
2017-01-31
Partially initialize Dir before MainParseArgs can be called.
sjg
2016-12-10
Back in 1993 ${MACHINE} was a unique way to define objdirs for
christos
2016-12-07
Don't apply the suffix (curdir) to MAKEOBJDIR
christos
2016-12-07
Refactor and simplify objdir setting code.
christos
2016-08-26
Add a .DELETE_ON_ERROR: magic target that causes *failed* targets as
dholland
2016-08-11
PR: 51405
sjg
2016-08-10
Set .ERROR_CMD if we can
sjg
2016-06-07
fix memory leak, simplify
christos
2016-06-05
NUL terminate.
christos
2016-06-05
Avoid breaking !NetBSD build
sjg
2016-06-03
Add cached_realpath()
sjg
2016-04-05
Skip looking for .MAKE.JOBS if either of compatMake or forceJob is true.
sjg
2016-03-16
honor setting .MAKE.JOBS from the makefile. That way one can e.g. do:
matthias
2016-03-07
str2Lst_Append tokenizes the string and uses it in the list so we can't
christos
2016-02-19
getBoolean:
sjg
2016-02-18
Add .export-literal to avoid the need for $$ dance when trying to put
sjg
2016-02-18
Collapse the 3 boolean parameter to 1 flags parameter. No functional change.
christos
2016-01-17
remove free NULL checks (Tilman Sauerbeck)
christos
2016-01-17
provide missing FD_CLOEXEC for the havenots.
christos
2016-01-09
Preserve $$ in := assignments..
christos
2015-10-25
PrintOnError: fflush stdout before running .ERROR
sjg
2015-10-11
Add Boolean wantit to Var_Parse and Var_Subst
sjg
2015-09-10
Output Entering/Leaving messages for objdir when != srcdir and -w flag
sjg
2015-03-26
Move initialization of savederr to the block where it is used
sjg
2014-09-09
Restore apb's 20140820 commit (-r1.228 of main.c):
dholland
2014-09-07
Revert all make changes except the unit tests to the state of three
joerg
2014-08-23
PR/46096: Jarmo Jaakkola: fix many problems with dependencies (PR 49086)
christos
2014-08-20
It should not be an error to have VAR != command that prints no output
apb
2014-08-08
Fix comment: Error, Fatal, and Punt take any number of arguments, not two.
gson
2014-02-07
Use Var_Value() instead of getenv() to obtain MAKEOBJDIR{,PREFIX}.
pooka
2013-09-14
If MAKE_NATIVE, use sysctl to get MACHINE_ARCH from hw.machine_arch.
matt
[next]