diff options
author | Ron Yorston <rmy@pobox.com> | 2023-08-25 14:16:51 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-08-25 14:16:51 +0100 |
commit | fb4be267c5878a0128775ba2a436c3e80519e2b6 (patch) | |
tree | e171b71251b22da8a2792edfdcf47bb3df4a5a44 /arch | |
parent | ac9ff15e24b4eb2413fc3c4c7b6f3bfc1166516c (diff) | |
download | busybox-w32-fb4be267c5878a0128775ba2a436c3e80519e2b6.tar.gz busybox-w32-fb4be267c5878a0128775ba2a436c3e80519e2b6.tar.bz2 busybox-w32-fb4be267c5878a0128775ba2a436c3e80519e2b6.zip |
make: fixes to warning messages
According to POSIX only fatal diagnostic messages should be written
to stderr. Arrange for warning() to write to stdout.
pdpmake was rather too prolific in generating 'nothing to be done
for XXX' messages. GNU make only issues the equivalent message
for top-level targets and only if nothing at all was (or would have
been) done. bmake doesn't seem to have such a message.
Follow the practice of GNU make. This requires more intensive
tracking of the actions taken while the make is in progress.
Costs 16 bytes.
(GitHub issue #354)
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions