mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
- explicitely list base targets for World
This commit is contained in:
2
Makefile
2
Makefile
@@ -213,7 +213,7 @@ $(TARGETS): $(BASE_TARGETS)
|
||||
dirs: $(DL_DIR) $(TOOL_BUILD_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) \
|
||||
$(BINARIES_DIR) $(PROJECT_BUILD_DIR)
|
||||
$(BASE_TARGETS): dirs
|
||||
world: dependencies dirs target-host-info $(TARGETS)
|
||||
world: dependencies dirs target-host-info $(BASE_TARGETS) $(TARGETS)
|
||||
|
||||
|
||||
.PHONY: all world dirs clean dirclean distclean source target-host-info \
|
||||
|
||||
Reference in New Issue
Block a user