aboutsummaryrefslogtreecommitdiffstats
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
commitce94c7725a84d4c27cf70203e7d56d8e5d5402d1 (patch)
tree149ba83b26cf92df5e6fa5aeb8f8c10de3f1afae /target/sdk
parent1c49507d8045ed5da217fa78efc5c74cb807ee30 (diff)
downloadmaster-187ad058-ce94c7725a84d4c27cf70203e7d56d8e5d5402d1.tar.gz
master-187ad058-ce94c7725a84d4c27cf70203e7d56d8e5d5402d1.tar.bz2
master-187ad058-ce94c7725a84d4c27cf70203e7d56d8e5d5402d1.zip
[sdk] do not exclude the share directory for bison and other programs to work (#5629)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17198 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 16b4a611af..e171d831df 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; }')