|
@@ -457,12 +457,12 @@ endif
|
|
|
|
|
|
ifneq ($(HOST_DIR),$(BASE_DIR)/host)
|
|
ifneq ($(HOST_DIR),$(BASE_DIR)/host)
|
|
HOST_DIR_SYMLINK = $(BASE_DIR)/host
|
|
HOST_DIR_SYMLINK = $(BASE_DIR)/host
|
|
-$(HOST_DIR_SYMLINK): $(BASE_DIR)
|
|
|
|
|
|
+$(HOST_DIR_SYMLINK): | $(BASE_DIR)
|
|
ln -snf $(HOST_DIR) $(HOST_DIR_SYMLINK)
|
|
ln -snf $(HOST_DIR) $(HOST_DIR_SYMLINK)
|
|
endif
|
|
endif
|
|
|
|
|
|
STAGING_DIR_SYMLINK = $(BASE_DIR)/staging
|
|
STAGING_DIR_SYMLINK = $(BASE_DIR)/staging
|
|
-$(STAGING_DIR_SYMLINK): $(BASE_DIR)
|
|
|
|
|
|
+$(STAGING_DIR_SYMLINK): | $(BASE_DIR)
|
|
ln -snf $(STAGING_DIR) $(STAGING_DIR_SYMLINK)
|
|
ln -snf $(STAGING_DIR) $(STAGING_DIR_SYMLINK)
|
|
|
|
|
|
# Quotes are needed for spaces and all in the original PATH content.
|
|
# Quotes are needed for spaces and all in the original PATH content.
|