projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e5164b
)
merge r17198 to 8.09
author
Florian Fainelli
<florian@openwrt.org>
Sun, 9 Aug 2009 11:12:58 +0000
(11:12 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 9 Aug 2009 11:12:58 +0000
(11:12 +0000)
SVN-Revision: 17199
target/sdk/Makefile
patch
|
blob
|
history
diff --git
a/target/sdk/Makefile
b/target/sdk/Makefile
index e406ee784326befb9fef0302d35529655290f189..e262e54b0536aa461bc7c3c6b426f192bd8929cc 100644
(file)
--- a/
target/sdk/Makefile
+++ b/
target/sdk/Makefile
@@
-17,7
+17,11
@@
PKG_CPU:=$(shell uname -m)
SDK_NAME:=OpenWrt-SDK-$(BOARD)-for-$(PKG_OS)-$(PKG_CPU)
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; }')