projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e590d8
)
avoid kernel version in target if sub-targets available (usefull if we have 2.4 and...
author
Ralph Hempel
<ralph.hempel@lantiq.com>
Fri, 20 Feb 2009 10:32:45 +0000
(10:32 +0000)
committer
Ralph Hempel
<ralph.hempel@lantiq.com>
Fri, 20 Feb 2009 10:32:45 +0000
(10:32 +0000)
SVN-Revision: 14576
include/target.mk
patch
|
blob
|
history
diff --git
a/include/target.mk
b/include/target.mk
index 7351794dce9d6601ed72561a20a82a5aab1955cf..ee373aa19e0de3926c5934ed1a128980aefc05e4 100644
(file)
--- a/
include/target.mk
+++ b/
include/target.mk
@@
-154,7
+154,7
@@
define BuildTargets/DumpCurrent
@echo 'Target: $(TARGETID)'; \
echo 'Target-Board: $(BOARD)'; \
echo 'Target-Kernel: $(KERNEL)'; \
- echo 'Target-Name: $(BOARDNAME)$(if $(SUBTARGET
),, [$(KERNEL)]
)'; \
+ echo 'Target-Name: $(BOARDNAME)$(if $(SUBTARGET
S),, [$(KERNEL)])$(if $(SUBTARGETS),$(if $(SUBTARGET), [$(KERNEL)])
)'; \
echo 'Target-Path: $(subst $(TOPDIR)/,,$(PWD))'; \
echo 'Target-Arch: $(ARCH)'; \
echo 'Target-Features: $(FEATURES)'; \