projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3c83ea1
)
[tools] remove obsolete stamp dep after r24474
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 11 Dec 2010 03:18:31 +0000
(
03:18
+0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 11 Dec 2010 03:18:31 +0000
(
03:18
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24475
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index
7f22591
..
e96167b
100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-63,7
+63,7
@@
define PrepareStaging
endef
# preparatory work
endef
# preparatory work
-$(STAGING_DIR)/.prepared: $(TMP_DIR)/.build
$(STAGING_DIR_HOST)/.prepared
+$(STAGING_DIR)/.prepared: $(TMP_DIR)/.build
$(call PrepareStaging,$(STAGING_DIR))
mkdir -p $(BUILD_DIR)/stamp
touch $@
$(call PrepareStaging,$(STAGING_DIR))
mkdir -p $(BUILD_DIR)/stamp
touch $@
This page took
0.033681 seconds
and
4
git commands to generate.