mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[build] --silent option in rule_for_arch_executable prevent from running
'make V=1' and getting the expected output
This commit is contained in:
committed by
LeaNumworks
parent
ee56f02f2b
commit
c363231673
@@ -51,7 +51,7 @@ define rule_for_arch_executable
|
||||
.PRECIOUS: $$(BUILD_DIR)/$(1)/%.$$(EXE)
|
||||
$$(BUILD_DIR)/$(1)/%.$$(EXE): force_remake
|
||||
$(Q) echo "MAKE ARCH=$(1)"
|
||||
$(Q) $$(MAKE) ARCH=$(1) --silent $$*.$$(EXE)
|
||||
$(Q) $$(MAKE) ARCH=$(1) $$*.$$(EXE)
|
||||
endef
|
||||
|
||||
$(foreach ARCH,$(ARCHS),$(eval $(call rule_for_arch_executable,$(ARCH))))
|
||||
|
||||
Reference in New Issue
Block a user