mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
do not inadvertantly create files
This commit is contained in:
parent
a434ced16c
commit
bd432c18f2
@ -114,11 +114,12 @@ $(TARGET_DIR)/lib/libc.so.0: $(STAGING_DIR)/lib/libc.a
|
|||||||
DEVEL_PREFIX=/usr/ \
|
DEVEL_PREFIX=/usr/ \
|
||||||
RUNTIME_PREFIX=/ \
|
RUNTIME_PREFIX=/ \
|
||||||
install_runtime
|
install_runtime
|
||||||
touch $(TARGET_DIR)/lib/libc.so.0
|
touch -c $(TARGET_DIR)/lib/libc.so.0
|
||||||
|
|
||||||
$(TARGET_DIR)/usr/bin/ldd: gcc
|
$(TARGET_DIR)/usr/bin/ldd: gcc
|
||||||
$(MAKE) -C $(UCLIBC_DIR) $(TARGET_CONFIGURE_OPTS) \
|
$(MAKE) -C $(UCLIBC_DIR) $(TARGET_CONFIGURE_OPTS) \
|
||||||
PREFIX=$(TARGET_DIR) utils install_utils
|
PREFIX=$(TARGET_DIR) utils install_utils
|
||||||
|
touch -c $(TARGET_DIR)/usr/bin/ldd
|
||||||
|
|
||||||
UCLIBC_TARGETS=$(TARGET_DIR)/lib/libc.so.0
|
UCLIBC_TARGETS=$(TARGET_DIR)/lib/libc.so.0
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user