mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 14:03:29 +08:00
Ensure 'coreutils' use patch from the correct directory
This commit is contained in:
parent
e42f1e0491
commit
91a999f3ba
@ -21,7 +21,7 @@ coreutils-source: $(DL_DIR)/$(COREUTILS_SOURCE)
|
||||
|
||||
$(COREUTILS_DIR)/.unpacked: $(DL_DIR)/$(COREUTILS_SOURCE)
|
||||
$(COREUTILS_CAT) $(DL_DIR)/$(COREUTILS_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||
toolchain/patch-kernel.sh $(COREUTILS_DIR) package/coreutils/ coreutils\*.patch
|
||||
toolchain/patch-kernel.sh $(COREUTILS_DIR) package/coreutils/ \*.patch
|
||||
touch $@
|
||||
|
||||
$(COREUTILS_DIR)/.configured: $(COREUTILS_DIR)/.unpacked
|
||||
|
Loading…
Reference in New Issue
Block a user