projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34ba64f
)
build: support make tools/<name>/install again
author
Felix Fietkau
<nbd@nbd.name>
Wed, 8 Feb 2017 14:49:49 +0000
(15:49 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Thu, 9 Feb 2017 11:26:19 +0000
(12:26 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
include/host-build.mk
patch
|
blob
|
history
diff --git
a/include/host-build.mk
b/include/host-build.mk
index d96cc94fa3c6d12f6eb2cf5c95579497a314e8d5..41ec036afaff833c983883f42c2551ea97db971f 100644
(file)
--- a/
include/host-build.mk
+++ b/
include/host-build.mk
@@
-182,6
+182,7
@@
ifndef DUMP
$(_host_target)host-prepare: $(HOST_STAMP_PREPARED)
$(_host_target)host-configure: $(HOST_STAMP_CONFIGURED)
$(_host_target)host-compile: $(HOST_STAMP_BUILT) $(HOST_STAMP_INSTALLED)
+ host-install: host-compile
host-clean-build: FORCE
rm -rf $(HOST_BUILD_DIR) $(HOST_STAMP_BUILT)