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
/
compat.c
Age
Commit message (
Expand
)
Author
2023-05-04
Compat_RunCommand mark bp volatile
sjg
2023-03-18
make: handle .PHONY consitently on interrupt
sjg
2023-02-14
make: clean up calls to Var_Subst
rillig
2023-01-17
Accept whitespace between command specifiers @+- like gmake does. New binutils
christos
2022-12-07
make: clean up comments
rillig
2022-10-10
make: change return type of unlink_file back to int
rillig
2022-08-17
make: fix exit status for '-q' (since 1994)
rillig
2022-05-07
make: allow to randomize build order of targets
rillig
2022-05-07
make: rename Compat_Run to Compat_MakeAll
rillig
2022-01-22
make: add missing newline after "cannot continue" message
rillig
2022-01-08
make: remove redundant braces
rillig
2022-01-07
make: rename and inline Targ_Precious
rillig
2021-12-27
make: remove unnecessary words from command line options
rillig
2021-12-27
make: rename eunlink to unlink_file
rillig
2021-12-15
make: amend leftover cleanups from the previous commits
rillig
2021-12-15
make: format comments according to /usr/share/misc/style
rillig
2021-12-15
make: use consistent indentation for statements and continuations
rillig
2021-12-15
make: change return type of Compat_RunCommand from int to bool
rillig
2021-11-28
make: fix a few lint warnings about type mismatch in enum comparisons
rillig
2021-11-28
make: convert GNodeFlags from enum into bit-fields
rillig
2021-04-27
add const
christos
2021-04-04
make: rename a few functions to be more descriptive
rillig
2021-04-03
make: use C99 bool type instead of defining its own
rillig
2021-02-05
make: in the Var_ functions, move the scope to the front
rillig
2021-02-04
make: rename context and ctxt to scope
rillig
2021-02-02
make: when exiting due to an error, print graph information
rillig
2021-02-01
make: always use vfork, never fork
rillig
2021-01-19
make(1): remove do-not-format markers from comments
rillig
2021-01-10
make(1): consistently use boolean expressions in conditions
rillig
2020-12-30
make(1): format multi-line comments
rillig
2020-12-27
make(1): re-export variables from the actual make process
rillig
2020-12-20
make(1): omit linear search for command in Compat_RunCommand
rillig
2020-12-13
make(1): fix .ERROR_TARGET in compat -k mode (since 2010-04-07)
rillig
2020-12-13
make(1): document variable expansion in the .END node
rillig
2020-12-13
fix comment
christos
2020-12-13
make(1): add comments for strange error handling in Compat_Run
rillig
2020-12-13
make(1): extract InitSignals from Compat_Run
rillig
2020-12-13
make(1): extract MakeBeginNode from Compat_Run
rillig
2020-12-13
make(1): extract UseShell from Compat_RunCommand
rillig
2020-12-12
make(1): rename Var_ExportVars to Var_ReexportVars
rillig
2020-12-12
make(1): remove const from function parameters
rillig
2020-12-12
make(1): inline Targ_Ignore and Targ_Silent
rillig
2020-12-10
make(1): split JobFlags into separate fields
rillig
2020-12-07
make(1): fix wrong exit status for multiple failed main targets
rillig
2020-12-07
make(1): add test for wrong exit status 0 after failed targets with -k
rillig
2020-12-07
make(1): merge local variables in Compat_Run
rillig
2020-12-07
make(1): clean up Compat_Run
rillig
2020-12-07
make(1): don't make .END if the main targets already failed
rillig
2020-12-07
make(1): fix exit status in -k mode if a dependency fails
rillig
2020-12-06
make(1): refactor Compat_Run to show the error condition more clearly
rillig
[next]