projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43f15e0
)
fix stampfiles for host-builds
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 25 Feb 2007 21:01:21 +0000
(21:01 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 25 Feb 2007 21:01:21 +0000
(21:01 +0000)
SVN-Revision: 6367
include/host-build.mk
patch
|
blob
|
history
diff --git
a/include/host-build.mk
b/include/host-build.mk
index 1511242f95b5074f01ca9105461bff9b3ab6d300..ea7cd3acafd55782b092f5731b601936c43e3c93 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