projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: Compex WPJ543 board is supported as well
[openwrt.git]
/
include
/
subdir.mk
diff --git
a/include/subdir.mk
b/include/subdir.mk
index
be8c308
..
3c1e3f9
100644
(file)
--- a/
include/subdir.mk
+++ b/
include/subdir.mk
@@
-5,7
+5,7
@@
# See /LICENSE for more information.
#
# See /LICENSE for more information.
#
-SUBTARGETS:=clean download prepare compile install update refresh prereq
+SUBTARGETS:=clean download prepare compile install update refresh prereq
dist distcheck
subtarget-default = $(filter-out ., \
$(if $($(1)/builddirs-$(2)),$($(1)/builddirs-$(2)), \
subtarget-default = $(filter-out ., \
$(if $($(1)/builddirs-$(2)),$($(1)/builddirs-$(2)), \
@@
-47,9
+47,9
@@
define subdir
$(foreach target,$(SUBTARGETS),$(call subtarget,$(1),$(target)))
endef
$(foreach target,$(SUBTARGETS),$(call subtarget,$(1),$(target)))
endef
-# Parameters: <subdir> <name> <target> <depends> <config options>
+# Parameters: <subdir> <name> <target> <depends> <config options>
<stampfile location>
define stampfile
define stampfile
- $(1)/stamp-$(3):=$(
STAGING_DIR
)/stamp/.$(2)_$(3)$(if $(5),_$(call confvar,$(5)))
+ $(1)/stamp-$(3):=$(
if $(6),$(6),$(STAGING_DIR)
)/stamp/.$(2)_$(3)$(if $(5),_$(call confvar,$(5)))
$$($(1)/stamp-$(3)): $(TMP_DIR)/.build $(4)
@+$(SCRIPT_DIR)/timestamp.pl -n $$($(1)/stamp-$(3)) $(1) $(4) || \
$(MAKE) $$($(1)/flags-$(3)) $(1)/$(3)
$$($(1)/stamp-$(3)): $(TMP_DIR)/.build $(4)
@+$(SCRIPT_DIR)/timestamp.pl -n $$($(1)/stamp-$(3)) $(1) $(4) || \
$(MAKE) $$($(1)/flags-$(3)) $(1)/$(3)
This page took
0.02362 seconds
and
4
git commands to generate.