summaryrefslogtreecommitdiff
path: root/package/coreutils
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-08-15 11:02:06 +0000
committerEric Andersen <andersen@codepoet.org>2005-08-15 11:02:06 +0000
commit6acb6740fb8152d03ebfde4f0a1cb158468fe197 (patch)
treeab8a04e42866fb8d19a9cbb74d7030cc4b315102 /package/coreutils
parent29353e58bcee1cbf714ce6a2e84474e59f9b73c6 (diff)
apply patches when requested to
Diffstat (limited to 'package/coreutils')
-rw-r--r--package/coreutils/coreutils.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk
index a51e37785..137c023a1 100644
--- a/package/coreutils/coreutils.mk
+++ b/package/coreutils/coreutils.mk
@@ -20,6 +20,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
touch $(COREUTILS_DIR)/.unpacked
$(COREUTILS_DIR)/.configured: $(COREUTILS_DIR)/.unpacked