commit | 0041d1a4604fa24fc3b239757136bbdb6fcf8ec3 | [log] [tgz] |
---|---|---|
author | Alexey Kardashevskiy <aik@ozlabs.ru> | Thu Sep 30 16:37:42 2021 +1000 |
committer | Alexey Kardashevskiy <aik@ozlabs.ru> | Fri Oct 01 14:07:36 2021 +1000 |
tree | d4cd0dd1f94cff43a9767f5f7b1d38665b5d07e6 | |
parent | dd0dcaa1c1085c159ddab709c7f274b3917be8bd [diff] |
Revert "make: Define default rule for .c when V=1 or V=2" This reverts commit 283d88c46c1d4d2ae65f0a3eaf582d0c124d37db as: - it wrongly assumes the default V=0 (V=1 is the default); - the new rule broke js2x; - does not really solve the original problem of printing partial filenames in gcc error messages. Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>