From: Florian Fainelli Date: Sun, 9 Aug 2009 11:11:11 +0000 (+0000) Subject: do not exclude the share directory for bison and other programs to work (#5629) X-Git-Tag: reboot~22700 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=40d5dafdd2115adeb783f91ac063571fffeb7ad5;p=openwrt%2Fstaging%2Flynxis.git do not exclude the share directory for bison and other programs to work (#5629) SVN-Revision: 17198 --- 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; }')