Skip to content

Commit

Permalink
fix: exclude image scripts form match anything make rule, not just im…
Browse files Browse the repository at this point in the history
…age.* scripts
  • Loading branch information
nkraetzschmar committed Aug 31, 2023
1 parent bd5be31 commit bf05417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ $(foreach artifact_rule,$(shell ./make_get_artifact_rules),$(eval $(call artifac
ln -f -s -r '$<' '.build/$*'

# prevents match anything rule from applying to Makefile and image/convert scripts
Makefile image image.release image.manifest $(shell find features -name 'convert.*' -o -name 'image.*'):
Makefile image image.release image.manifest $(shell find features -name 'convert.*' -o -name image -o -name 'image.*'):
true

0 comments on commit bf05417

Please sign in to comment.