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

Makefile output potentially too verbose #276

Closed
mikebentley15 opened this issue Jul 9, 2019 · 0 comments · Fixed by #282
Closed

Makefile output potentially too verbose #276

mikebentley15 opened this issue Jul 9, 2019 · 0 comments · Fixed by #282
Labels
documentation Involves touching documentation enhancement make Involves touching GNU Makefiles tests Involves touching tests

Comments

@mikebentley15
Copy link
Collaborator

Feature Request

Describe the new feature:
Right now, the generated Makefile spits out every gory detail of what is being compiled with the full compilation command. Wouldn't it be nicer if we did something like what CMake does? They do

  1. colored output
  2. concise output

Suggested change:

  • Utilize the color_out.mk file from the tests directory (or something like it).
  • Only write brief messages, such as main.cpp -> obj/gt/main.o
  • If VERBOSE is set to a value, then go back to the old behavior of barfing out everything

Alternative approaches:
We could skip this feature request, as it is mostly cosmetic.

Another approach could be to copy what is in a CMake autogenerated Makefile.

@mikebentley15 mikebentley15 added enhancement make Involves touching GNU Makefiles documentation Involves touching documentation tests Involves touching tests labels Jul 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Involves touching documentation enhancement make Involves touching GNU Makefiles tests Involves touching tests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant