another one ...
SVN-Revision: 5095
This commit is contained in:
parent
56273ac6a7
commit
da0159f156
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ LINUX_KARCH:=$(shell echo $(ARCH) | sed -e 's/i[3-9]86/i386/' \
|
|||
|
||||
define Build/Prepare
|
||||
mkdir -p $(TOOLCHAIN_BUILD_DIR)
|
||||
bzcat $(DL_DIR)/$(PKG_SOURCE) | $(TAR) --wildcards -C $(TOOLCHAIN_BUILD_DIR) $(TAR_OPTIONS) - \
|
||||
bzcat $(DL_DIR)/$(PKG_SOURCE) | $(TAR) --wildcards -C $(TOOLCHAIN_BUILD_DIR) $(TAR_OPTIONS) \
|
||||
linux-$(PKG_VERSION)/include \
|
||||
linux-$(PKG_VERSION)/Makefile \
|
||||
linux-$(PKG_VERSION)/Rules.make \
|
||||
|
|
Loading…
Reference in a new issue