summaryrefslogtreecommitdiffstats
path: root/target/sdk
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-08-09 11:11:11 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-08-09 11:11:11 +0000
commit5c119ec94fc50038d3412b1c5a24d5f9b67c0072 (patch)
tree149ba83b26cf92df5e6fa5aeb8f8c10de3f1afae /target/sdk
parent95d6d72228f1fac59cfd975b44a7d15f38b635b3 (diff)
[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 16b4a611a..e171d831d 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; }')