Skip to content

Commit

Permalink
Makefile: use 'rm -f' for verify-boilerplate
Browse files Browse the repository at this point in the history
So the target is idempotent and it does not print to stderr on CI.

Signed-off-by: Mateusz Gozdek <mgozdek@microsoft.com>
  • Loading branch information
invidian committed Apr 25, 2022
1 parent e53fce7 commit 05ec969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ verify: verify-boilerplate verify-modules verify-gen verify-conversions verify-s

.PHONY: verify-boilerplate
verify-boilerplate: ## Verify boilerplate
-rm ./hack/tools/bin/*.sh
-rm -f ./hack/tools/bin/*.sh
./hack/verify-boilerplate.sh

.PHONY: verify-modules
Expand Down

0 comments on commit 05ec969

Please sign in to comment.