diff options
author | Ron Yorston <rmy@pobox.com> | 2024-10-20 14:23:43 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2024-10-20 14:23:43 +0100 |
commit | f0dea66749bb599f65762991f4fded229c3df5a3 (patch) | |
tree | ad729d6f48445907f97e1197d4cf8392e684b5e3 /win32 | |
parent | ef4756eb0994bc25de66cbb04e1752dda217ff5d (diff) | |
download | busybox-w32-f0dea66749bb599f65762991f4fded229c3df5a3.tar.gz busybox-w32-f0dea66749bb599f65762991f4fded229c3df5a3.tar.bz2 busybox-w32-f0dea66749bb599f65762991f4fded229c3df5a3.zip |
make: enforce restrictions on prerequisites/commands
POSIX mentions some restrictions on whether rules may or may not
have prerequisites or commands:
- most special targets shouldn't have commnds;
- inference/.DEFAULT rules shouldn't have prerequisites.
Enforce these restrictions in POSIX mode.
Generally, implementations are happy to accept prerequisites or
commands even if they're subsequently ignored. Allow this as an
extension.
Adds 216-256 bytes.
Diffstat (limited to 'win32')
0 files changed, 0 insertions, 0 deletions