Skip to content

Commit

Permalink
Simplify generated silencing
Browse files Browse the repository at this point in the history
  • Loading branch information
GriffinRichards committed Oct 31, 2024
1 parent 631cf3b commit 384044b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,8 @@ include audio_rules.mk

# NOTE: Tools must have been built prior (FIXME)
# so you can't really call this rule directly
generated: generated_silent

# Silence the "Nothing to be done for `generated'" message, which some people were confusing for an error.
generated_silent: $(AUTO_GEN_TARGETS)
@:
generated: $(AUTO_GEN_TARGETS)
@: # Silence the "Nothing to be done for `generated'" message, which some people were confusing for an error.


%.s: ;
Expand Down

0 comments on commit 384044b

Please sign in to comment.