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

options/dep: introduce --output_deps_to #2932

Merged
merged 9 commits into from
May 23, 2023
Merged

Conversation

mtzguido
Copy link
Member

This is to avoid printing the dependencies to stdout, which

  1. can be brittle on careless Makefiles, as even a failing invocation
    will create the .depend file when an output redirection is used
  2. is inconvient when debugging, as the the debug output will get
    mixed the actual dependency output.

This new behavior is opt-in, the old behavior is preserved when the
option is not provided.

mtzguido added 5 commits May 16, 2023 11:07
This is to avoid printing the dependencies to stdout, which
1) can be brittle on careless Makefiles, as even a failing invocation
   will create the .depend file when an output redirection is used
2) is inconvient when debugging, as the the debug output will get
   mixed the actual dependency output.

This new behavior is opt-in, the old behavior is preserved when the
option is not provided.
@mtzguido mtzguido force-pushed the guido_output_deps_to branch from f8b28d0 to 2c1273e Compare May 16, 2023 20:45
@mtzguido mtzguido merged commit c968b3f into master May 23, 2023
@mtzguido mtzguido deleted the guido_output_deps_to branch May 23, 2023 17:38
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

Successfully merging this pull request may close these issues.

1 participant