index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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: 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
*
make: fix POSIX build
Ron Yorston
2023-08-24
1
-0
/
+15
*
make: allow targets of the form c:/path
Ron Yorston
2023-08-23
1
-2
/
+35
*
make: code shrink
Ron Yorston
2023-06-08
1
-1
/
+1
*
make: special treatment of archive members
Ron Yorston
2023-05-01
1
-4
/
+25
*
win32: export xappendword()
Ron Yorston
2023-04-23
1
-13
/
+0
*
make: code shrink
Ron Yorston
2023-03-16
1
-2
/
+2
*
make: strip leading whitespace in shell assignment
Ron Yorston
2023-02-01
1
-11
/
+28
*
make: allow building as pdpmake only
Ron Yorston
2023-01-24
1
-0
/
+1
*
make: add '-x' option to set pragmas
Ron Yorston
2022-11-21
1
-50
/
+92
*
make: add .PRAGMA special target
Ron Yorston
2022-11-18
1
-38
/
+135
*
make: changes to suffix substitution in macro expansion
Ron Yorston
2022-11-16
1
-9
/
+18
*
make: show location of errors during build
Ron Yorston
2022-11-16
1
-15
/
+41
*
make: fix typo in help text
Ron Yorston
2022-11-14
1
-2
/
+2
*
make: use correct test for valid macro name
Ron Yorston
2022-11-13
1
-1
/
+1
*
make: make + sh configuration
Ron Yorston
2022-11-10
1
-1
/
+8
*
make: fix typo in inference rule handling
Ron Yorston
2022-11-04
1
-1
/
+1
*
make: fixes to inference rules
Ron Yorston
2022-11-03
1
-18
/
+21
[next]