Add some more phonys
This commit is contained in:
3
Makefile
3
Makefile
@@ -78,7 +78,8 @@ TARGETS_DIRCLEAN:=$(patsubst %,%-dirclean,$(TARGETS))
|
|||||||
world: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) $(TARGETS)
|
world: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) $(TARGETS)
|
||||||
|
|
||||||
.PHONY: all world clean dirclean distclean source $(TARGETS) \
|
.PHONY: all world clean dirclean distclean source $(TARGETS) \
|
||||||
$(TARGETS_CLEAN) $(TARGETS_DIRCLEAN) $(TARGETS_SOURCE)
|
$(TARGETS_CLEAN) $(TARGETS_DIRCLEAN) $(TARGETS_SOURCE) \
|
||||||
|
$(DL_DIR) $(BUILD_DIR) $(TOOL_BUILD_DIR) $(STAGING_DIR)
|
||||||
|
|
||||||
include toolchain/*/*.mk
|
include toolchain/*/*.mk
|
||||||
include package/*/*.mk
|
include package/*/*.mk
|
||||||
|
|||||||
Reference in New Issue
Block a user