Skip to content

Commit

Permalink
Silence all-toolchain rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Bean committed Jan 10, 2016
1 parent 2fd0c34 commit 5b0963e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mk/spksrc.spk.mk
Expand Up @@ -398,14 +398,14 @@ publish-latest-arch-%:

all-toolchain-%:
@$(MSG) Built packages for toolchain $*
for arch in $(sort $(basename $(subst -,.,$(basename $(subst .,,$(filter %$*, $(AVAILABLE_ARCHS))))))) ; \
@for arch in $(sort $(basename $(subst -,.,$(basename $(subst .,,$(filter %$*, $(AVAILABLE_ARCHS))))))) ; \
do \
$(MAKE) arch-$$arch-$* ; \
done \

publish-all-toolchain-%:
@$(MSG) Built packages for toolchain $*
for arch in $(sort $(basename $(subst -,.,$(basename $(subst .,,$(filter %$*, $(AVAILABLE_ARCHS))))))) ; \
@for arch in $(sort $(basename $(subst -,.,$(basename $(subst .,,$(filter %$*, $(AVAILABLE_ARCHS))))))) ; \
do \
$(MAKE) publish-arch-$$arch-$* ; \
done \
Expand Down

0 comments on commit 5b0963e

Please sign in to comment.