mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
No reliance on dirs in uClibc
This commit is contained in:
parent
fa49e00ebb
commit
41d2a92fee
@ -108,7 +108,7 @@ else
|
|||||||
UCLIBC_LOCALE_DATA=
|
UCLIBC_LOCALE_DATA=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(UCLIBC_DIR)/.unpacked: dirs host-sed $(DL_DIR)/$(UCLIBC_SOURCE) $(UCLIBC_LOCALE_DATA)
|
$(UCLIBC_DIR)/.unpacked: host-sed $(DL_DIR)/$(UCLIBC_SOURCE) $(UCLIBC_LOCALE_DATA)
|
||||||
mkdir -p $(TOOL_BUILD_DIR)
|
mkdir -p $(TOOL_BUILD_DIR)
|
||||||
rm -rf $(UCLIBC_DIR)
|
rm -rf $(UCLIBC_DIR)
|
||||||
$(UCLIBC_CAT) $(DL_DIR)/$(UCLIBC_SOURCE) | tar -C $(TOOL_BUILD_DIR) $(TAR_OPTIONS) -
|
$(UCLIBC_CAT) $(DL_DIR)/$(UCLIBC_SOURCE) | tar -C $(TOOL_BUILD_DIR) $(TAR_OPTIONS) -
|
||||||
|
Loading…
x
Reference in New Issue
Block a user