Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proposal: make logging cleaner by printing %o et al relative to the variant dir #456

Open
uohmak4fvpqe opened this issue Feb 21, 2022 · 0 comments

Comments

@uohmak4fvpqe
Copy link

uohmak4fvpqe commented Feb 21, 2022

Consider :

: some_input_files |> ^ %o^ the_command |> output_name

I like to display the output file (e.g. "file.o"), not a command id plus input files as is traditional (stuff like "CC file.c")
The problem is, when using variants the print is redundant and too verbose, as in:

[0.007s] [build-release-native-gnu] pro/src: ../../../build-release-native-gnu/pro/src/../file.o

when I would like

[0.007s] [build-release-native-gnu] pro/src: ../file.o

I.e, I would like the logging to display %o in the shortest form relative to the prefixed directory in [ ... ] ... :, not relative to the source working directory.

@uohmak4fvpqe uohmak4fvpqe changed the title Feature request: make logging cleaner by printing %o et al relative to the variant dir proposal: make logging cleaner by printing %o et al relative to the variant dir Jun 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant