diff options
author | Ron Yorston <rmy@pobox.com> | 2023-09-12 08:43:30 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-09-12 08:54:02 +0100 |
commit | faf0d38e40e099eebccac4013ab2692e545f612e (patch) | |
tree | 5fef3d804f124bd9e9bc36743227744086150e7e /TODO | |
parent | 00db3770b031c580feba47610169f077ac81dc4a (diff) | |
download | busybox-w32-faf0d38e40e099eebccac4013ab2692e545f612e.tar.gz busybox-w32-faf0d38e40e099eebccac4013ab2692e545f612e.tar.bz2 busybox-w32-faf0d38e40e099eebccac4013ab2692e545f612e.zip |
make: avoid more warnings
The tracking of progress introduced in commit fb4be267c (make: fixes
to warning messages) failed to account for runs with the '-t' or '-n'
options. Without this the following makefile:
dummy_target: dummy_rule
dummy_rule:
@:
issues the warning 'make: nothing to be done for dummy_target' when
run with '-t' or '-n' and no 'dummy_rule' file present.
(GitHub issue #354)
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions