diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-15 02:25:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-15 02:25:18 +0000 |
commit | 468fe5665ef7c6f7bf6187bc5a3bc4c023539dff (patch) | |
tree | 9da89a3125e53a2d3ce432df803d593d4bfc11fe /package | |
parent | 607633f50a273f03bc140f7c5b7c22ba639743cb (diff) | |
download | buildroot-novena-468fe5665ef7c6f7bf6187bc5a3bc4c023539dff.tar.gz buildroot-novena-468fe5665ef7c6f7bf6187bc5a3bc4c023539dff.zip |
some more upstream patches
Diffstat (limited to 'package')
-rw-r--r-- | package/bash/bash.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/bash/bash.mk b/package/bash/bash.mk index b14afaa0c..cebce72d2 100644 --- a/package/bash/bash.mk +++ b/package/bash/bash.mk @@ -16,6 +16,7 @@ $(DL_DIR)/$(BASH_SOURCE): bash-source: $(DL_DIR)/$(BASH_SOURCE) +bash-unpacked: $(BASH_DIR)/.unpacked $(BASH_DIR)/.unpacked: $(DL_DIR)/$(BASH_SOURCE) $(BASH_CAT) $(DL_DIR)/$(BASH_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - toolchain/patch-kernel.sh $(BASH_DIR) package/bash/ bash??-* |