summaryrefslogtreecommitdiff
path: root/target/sdk
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-08-09 11:11:11 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-08-09 11:11:11 +0000
commit40d5dafdd2115adeb783f91ac063571fffeb7ad5 (patch)
tree5edcab35b58fb5a1faf92fc3a8df608894494a87 /target/sdk
parent85698765da14d1389679bfe356bc75432704dee6 (diff)
downloadmtk-20170518-40d5dafdd2115adeb783f91ac063571fffeb7ad5.zip
mtk-20170518-40d5dafdd2115adeb783f91ac063571fffeb7ad5.tar.gz
mtk-20170518-40d5dafdd2115adeb783f91ac063571fffeb7ad5.tar.bz2
do not exclude the share directory for bison and other programs to work (#5629)
SVN-Revision: 17198
Diffstat (limited to 'target/sdk')
-rw-r--r--target/sdk/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/target/sdk/Makefile b/target/sdk/Makefile
index 16b4a61..e171d83 100644
--- a/target/sdk/Makefile
+++ b/target/sdk/Makefile
@@ -16,7 +16,11 @@ PKG_CPU:=$(shell uname -m)
SDK_NAME:=OpenWrt-SDK-$(BOARD)-for-$(PKG_OS)-$(PKG_CPU)-gcc-$(GCCV)_$(LIBC)-$(LIBCV)
SDK_BUILD_DIR:=$(BUILD_DIR)/$(SDK_NAME)
-EXCLUDE_DIRS:=*/ccache */stamp */man */share */stampfiles */info
+EXCLUDE_DIRS:=*/ccache \
+ */stamp \
+ */stampfiles \
+ */man \
+ */info
SVN_PACKAGE_URL=$(shell svn info ../../package | awk '/^URL:/ { print $$2; }')