Skip to content

Commit

Permalink
Revert "cross-cc.mk: Msg. to run make setup first when using all-supp…
Browse files Browse the repository at this point in the history
…orted (#…" (#6001)

This reverts commit 5bf0ab5.
  • Loading branch information
th0ma7 authored Jan 31, 2024
1 parent 5bf0ab5 commit fffff69
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions mk/spksrc.cross-cc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,8 @@ all-supported:
env $(ENV) $(MAKE) -C ../../$$depend 2>&1 | tee --append build-$${depend%/*}-$${depend#*/}.log ; \
[ $${PIPESTATUS[0]} -eq 0 ] || false ; \
fi ; \
done
ifeq ($(strip $(SUPPORTED_ARCHS)),)
$(MAKE) supported-arch-error
else
done ; \
$(MAKE) $(addprefix supported-arch-,$(SUPPORTED_ARCHS))
endif

supported-arch-error:
@$(MSG) ########################################################
@$(MSG) ERROR - Please run make setup from spksrc root directory
@$(MSG) ########################################################

supported-arch-%:
@$(MSG) BUILDING package for arch $* with SynoCommunity toolchain
Expand Down

0 comments on commit fffff69

Please sign in to comment.