index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
/
make.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
make: .WAIT shoudn't have prerequisites
Ron Yorston
2024-10-23
1
-1
/
+1
*
make: enforce restrictions on prerequisites/commands
Ron Yorston
2024-10-20
1
-9
/
+45
*
make: changes to .DEFAULT/inference rules
Ron Yorston
2024-10-20
1
-7
/
+18
*
make: fix test for empty command in inference rule
Ron Yorston
2024-10-20
1
-1
/
+1
*
make: relax definition of comment line
Ron Yorston
2024-10-18
1
-1
/
+1
*
make: improve chaining of implicit rules
Ron Yorston
2024-10-17
1
-3
/
+19
*
make: look for PDPmakefile
Ron Yorston
2024-10-17
1
-10
/
+9
*
make: fix error reporting for included files
FRP-5467-g9376eebd8
Ron Yorston
2024-09-15
1
-5
/
+6
*
make: fix test for include with no pathnames
Ron Yorston
2024-09-14
1
-1
/
+1
*
make: handling of leading whitespace in makefiles
Ron Yorston
2024-09-10
1
-14
/
+16
*
make: reinstate conditional skipping of command lines
Ron Yorston
2024-09-10
1
-11
/
+11
*
make: duplicate makefile name recorded with command
Ron Yorston
2024-08-22
1
-3
/
+12
*
make: disallow inference rules for phony targets
Ron Yorston
2024-08-10
1
-5
/
+8
*
make: allow empty commands
Ron Yorston
2024-08-08
1
-10
/
+12
*
make: allow pragmas to apply recursively
Ron Yorston
2024-07-12
1
-14
/
+55
*
make: update default rules
Ron Yorston
2024-06-16
1
-14
/
+49
*
make: update for POSIX 2024
Ron Yorston
2024-06-14
1
-13
/
+17
*
make: limit changes to pragmas
Ron Yorston
2024-06-10
1
-5
/
+4
*
make: allow := macro assignment on command line
Ron Yorston
2024-06-08
1
-14
/
+22
*
make: more changes for c:/path target
Ron Yorston
2024-06-05
1
-4
/
+5
*
make: restore check for c:/path target
Ron Yorston
2024-06-05
1
-1
/
+23
*
make: explicitly verify order of arguments
Ron Yorston
2024-06-04
1
-7
/
+16
*
make: only reset getopt(3) if necessary
Ron Yorston
2024-06-03
1
-2
/
+2
*
make: ensure sufficient space in line buffer
Ron Yorston
2024-06-02
1
-7
/
+8
*
make: report POSIX 202X issue with include
Ron Yorston
2024-06-02
1
-6
/
+12
*
make: restore warning about invalid macro name
Ron Yorston
2024-06-02
1
-7
/
+9
*
make: fix detection of target rules (take 2)
Ron Yorston
2024-05-31
1
-184
/
+154
*
make: allow :::= macro assignment on command line
Ron Yorston
2024-05-29
1
-16
/
+28
*
make: fixes to -q option
Ron Yorston
2024-05-28
1
-36
/
+36
*
make: fixes to -t option
Ron Yorston
2024-05-28
1
-33
/
+34
*
make: improved support for POSIX levels
Ron Yorston
2024-05-27
1
-1
/
+25
*
make: add posix_2017 pragma
Ron Yorston
2024-05-25
1
-9
/
+40
*
make: add support for ifeq/ifneq
Ron Yorston
2024-05-22
1
-16
/
+82
*
make: set $< and $* for target rules
Ron Yorston
2024-05-22
1
-6
/
+27
*
make: add support for CURDIR macro
Ron Yorston
2024-05-22
1
-5
/
+28
*
make: code shrink
Ron Yorston
2024-04-23
1
-1
/
+1
*
make: better determine that a file is up-to-date
Ron Yorston
2024-04-22
1
-3
/
+5
*
make: allow mixed macros and targets on command line
Ron Yorston
2024-04-21
1
-8
/
+30
*
make: change how macros are read from the environment
Ron Yorston
2024-04-21
1
-2
/
+6
*
make: skip shell -e option when running commands
Ron Yorston
2024-04-20
1
-2
/
+1
*
make: allow '#' to be escaped with a backslash
Ron Yorston
2024-03-11
1
-3
/
+11
*
make: proper handling of build failure with '-k'
Ron Yorston
2023-12-22
1
-3
/
+8
*
make: flush stdout after writing command string
Ron Yorston
2023-12-11
1
-1
/
+3
*
make: stricter checks for c:/path filenames
Ron Yorston
2023-10-24
1
-6
/
+9
*
make: fix detection of target rules
Ron Yorston
2023-10-23
1
-152
/
+183
*
make: permit Unix-style paths when setting MAKE
Ron Yorston
2023-10-06
1
-1
/
+4
*
make: return non-zero exit status when a command fails
Ron Yorston
2023-09-12
1
-10
/
+35
*
make: avoid more warnings
Ron Yorston
2023-09-12
1
-1
/
+2
*
make: fixes to warning messages
Ron Yorston
2023-08-25
1
-28
/
+28
*
make: fix .DEFAULT for prerequisite
Ron Yorston
2023-08-24
1
-1
/
+0
[next]