mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
menu_view: make menu_view_styles.tar more obvious
This patch replaces the former implicit "phonyness" of the rule by an explicit .PHONY and installs a symlink from the target's build directory to bin/ as is the usual practice for regular targets. Related to issue #3972
This commit is contained in:
committed by
Christian Helmuth
parent
9a47f7bf71
commit
a9b4be3883
@@ -7,5 +7,9 @@ CUSTOM_TARGET_DEPS += menu_view_styles.tar
|
||||
|
||||
BUILD_ARTIFACTS := $(TARGET) menu_view_styles.tar
|
||||
|
||||
.PHONY: menu_view_styles.tar
|
||||
|
||||
menu_view_styles.tar:
|
||||
$(VERBOSE)cd $(PRG_DIR); tar cf $(PWD)/bin/$@ styles
|
||||
$(MSG_CONVERT)$@
|
||||
$(VERBOSE)tar cf $@ -C $(PRG_DIR) styles
|
||||
$(VERBOSE)ln -sf $(BUILD_BASE_DIR)/$(PRG_REL_DIR)/$@ $(INSTALL_DIR)/$@
|
||||
|
||||
Reference in New Issue
Block a user