mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
- put dependency checking right to the start where any later stages can rely on the being ok.
This commit is contained in:
parent
5ef9e52b8e
commit
7603183a87
2
Makefile
2
Makefile
@ -213,7 +213,7 @@ $(TARGETS): $(BASE_TARGETS)
|
|||||||
dirs: $(DL_DIR) $(TOOL_BUILD_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) \
|
dirs: $(DL_DIR) $(TOOL_BUILD_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) \
|
||||||
$(BINARIES_DIR) $(PROJECT_BUILD_DIR)
|
$(BINARIES_DIR) $(PROJECT_BUILD_DIR)
|
||||||
$(BASE_TARGETS): dirs
|
$(BASE_TARGETS): dirs
|
||||||
world: dirs target-host-info $(TARGETS)
|
world: dependencies dirs target-host-info $(TARGETS)
|
||||||
|
|
||||||
|
|
||||||
.PHONY: all world dirs clean dirclean distclean source target-host-info \
|
.PHONY: all world dirs clean dirclean distclean source target-host-info \
|
||||||
|
@ -359,7 +359,7 @@ endif
|
|||||||
UCLIBC_TARGETS=$(TARGET_DIR)/lib/libc.so.0
|
UCLIBC_TARGETS=$(TARGET_DIR)/lib/libc.so.0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
uclibc-configured: dependencies kernel-headers $(UCLIBC_DIR)/.configured
|
uclibc-configured: kernel-headers $(UCLIBC_DIR)/.configured
|
||||||
|
|
||||||
|
|
||||||
uclibc: $(STAGING_DIR)/usr/bin/$(REAL_GNU_TARGET_NAME)-gcc $(STAGING_DIR)/usr/lib/libc.a $(UCLIBC_TARGETS)
|
uclibc: $(STAGING_DIR)/usr/bin/$(REAL_GNU_TARGET_NAME)-gcc $(STAGING_DIR)/usr/lib/libc.a $(UCLIBC_TARGETS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user