projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0ba23e
)
fix stampfiles for host-builds
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 25 Feb 2007 21:01:21 +0000
(21:01 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 25 Feb 2007 21:01:21 +0000
(21:01 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6367
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/host-build.mk
patch
|
blob
|
history
diff --git
a/include/host-build.mk
b/include/host-build.mk
index
1511242
..
ea7cd3a
100644
(file)
--- a/
include/host-build.mk
+++ b/
include/host-build.mk
@@
-98,6
+98,7
@@
define HostBuild
$(STAGING_DIR)/stampfiles/.host_$(PKG_NAME)-installed: $(PKG_BUILD_DIR)/.built
$(call Build/Install)
+ mkdir -p $$(shell dirname $$@)
touch $$@
ifdef Build/Install
This page took
0.026328 seconds
and
4
git commands to generate.