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/ \
|
||||
RUNTIME_PREFIX=/ \
|
||||
install_runtime
|
||||
touch $(TARGET_DIR)/lib/libc.so.0
|
||||
touch -c $(TARGET_DIR)/lib/libc.so.0
|
||||
|
||||
$(TARGET_DIR)/usr/bin/ldd: gcc
|
||||
$(MAKE) -C $(UCLIBC_DIR) $(TARGET_CONFIGURE_OPTS) \
|
||||
PREFIX=$(TARGET_DIR) utils install_utils
|
||||
touch -c $(TARGET_DIR)/usr/bin/ldd
|
||||
|
||||
UCLIBC_TARGETS=$(TARGET_DIR)/lib/libc.so.0
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user