This broke make makeman by unconditionally adding output to all top
level targets. Lacking an obvious and trivial workaround, it makes
sense to back it out and rethink.
This reverts commit afa70490ee779646fa0e936801cb28795580bf01.
PR: 287274
Differential D51119
Revert "src/Makefile: log real/user/system time for build targets" brooks on Tue, Jul 1, 11:01 PM. Authored by
Details
This broke make makeman by unconditionally adding output to all top This reverts commit afa70490ee779646fa0e936801cb28795580bf01. PR: 287274
Diff Detail
Event TimelineComment Actions I never heard of `make makeman', it is not documented in build(7). I can take care only of known targets. It seems that tools/build/options/makeman calls make showconfig' dozend times and parse the output. I get the part where someone wants to parse the output of make sometarget' for whatever reasons. I think the workaround is to display the time log to stderr instead stdout e.g. and maybe make the output optional (similar to TIME_ENV) Comment Actions I think it's fine to revert for now while a solution is worked out. Or just disable this feature for certain targets where it doesn't make a lot of sense, at least for showconfig, buildenv, buildenvvars? |