diff options
author | Ron Yorston <rmy@pobox.com> | 2024-05-22 12:44:01 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2024-05-22 12:44:01 +0100 |
commit | c6b525f2afde0833d21b3f0132961a3b0178bbbb (patch) | |
tree | 34826922d0d52a0420f29059a4a9f014e6b48f79 /win32 | |
parent | eaa8695b76849d8156826a8919a591555c81a3dd (diff) | |
download | busybox-w32-c6b525f2afde0833d21b3f0132961a3b0178bbbb.tar.gz busybox-w32-c6b525f2afde0833d21b3f0132961a3b0178bbbb.tar.bz2 busybox-w32-c6b525f2afde0833d21b3f0132961a3b0178bbbb.zip |
make: set $< and $* for target rules
POSIX only requires $< and $* to be set for inference rules, not
target rules.
As an extension allow them to be set for target rules, as in
GNU make. This may or may not be useful.
In POSIX mode, when $< and $* are only set for inference rules,
they're set to an empty string for target rules. This avoids
the possibility of stale values being used.
Adds 64-80 bytes.
(GitHub issue #407)
Diffstat (limited to 'win32')
0 files changed, 0 insertions, 0 deletions