projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35a181a
)
fix sdk build
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 2 Jul 2007 18:36:31 +0000
(18:36 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 2 Jul 2007 18:36:31 +0000
(18:36 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7855
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/sdk/Makefile
patch
|
blob
|
history
diff --git
a/target/sdk/Makefile
b/target/sdk/Makefile
index
cea334b
..
dc45697
100644
(file)
--- a/
target/sdk/Makefile
+++ b/
target/sdk/Makefile
@@
-33,7
+33,7
@@
$(BIN_DIR)/$(SDK_NAME).tar.bz2: clean
$(CP) ./files/Makefile $(SDK_BUILD_DIR)/
$(CP) ./files/README.SDK $(SDK_BUILD_DIR)/
$(CP) ./files/package/rules.mk $(SDK_BUILD_DIR)/package/
- echo OPENWRTVERSION:=
$(OPENWRTVERSION)
> $(SDK_BUILD_DIR)/.version.mk
+ echo OPENWRTVERSION:=
"$(OPENWRTVERSION)"
> $(SDK_BUILD_DIR)/.version.mk
rm -rf $(SDK_BUILD_DIR)/staging_dir*/ccache
find $(SDK_BUILD_DIR) -name .svn | $(XARGS) rm -rf
find $(SDK_BUILD_DIR) -name CVS | $(XARGS) rm -rf
This page took
0.023693 seconds
and
4
git commands to generate.