projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
allow target specific builddir list override
[openwrt.git]
/
tools
/
Makefile
diff --git
a/tools/Makefile
b/tools/Makefile
index
0d6b515
..
49b30be
100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-23,6
+23,9
@@
$(STAGING_DIR)/include-host/.done:
# prerequisites for the individual targets
$(curdir)/ := .config
# prerequisites for the individual targets
$(curdir)/ := .config
-$(curdir)//prepare := $(STAGING_DIR)/include-host/.done
+$(curdir)//prepare = $(STAGING_DIR)/include-host/.done
+$(curdir)//compile = $(1)/prepare
+$(curdir)//install = $(1)/compile
+
$(eval $(call stampfile,$(curdir),tools))
$(eval $(call subdir,$(curdir)))
$(eval $(call stampfile,$(curdir),tools))
$(eval $(call subdir,$(curdir)))
This page took
0.02358 seconds
and
4
git commands to generate.