projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8569876
)
do not exclude the share directory for bison and other programs to work (#5629)
author
Florian Fainelli
<florian@openwrt.org>
Sun, 9 Aug 2009 11:11:11 +0000
(11:11 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 9 Aug 2009 11:11:11 +0000
(11:11 +0000)
SVN-Revision: 17198
target/sdk/Makefile
patch
|
blob
|
history
diff --git
a/target/sdk/Makefile
b/target/sdk/Makefile
index 16b4a611af6a69c206726094a2ddecfda518a407..e171d831df8d6e22b98fa12a17f5faaaf07df5f3 100644
(file)
--- 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; }')