projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74899d4
)
Strip fw_printenv like the other tools
author
Loïc Minier
<lool@debian.org>
Sun, 11 Mar 2012 15:40:59 +0000
(16:40 +0100)
committer
Clint Adams
<clint@debian.org>
Fri, 1 Jun 2012 01:04:49 +0000
(
01:04
+0000)
Signed-off-by: Loïc Minier <lool@debian.org>
Gbp-Pq: Name strip-env-tools.diff
tools/env/Makefile
patch
|
blob
|
history
diff --git
a/tools/env/Makefile
b/tools/env/Makefile
index 28b73da4ad66cef05c0ed8ace43a379457ce360f..07634bcfffa1740fcbb05dc4eb65806b2367dedb 100644
(file)
--- a/
tools/env/Makefile
+++ b/
tools/env/Makefile
@@
-41,6
+41,7
@@
all: $(obj)fw_printenv
# Some files complain if compiled with -pedantic, use HOSTCFLAGS_NOPED
$(obj)fw_printenv: $(HOSTSRCS) $(HEADERS)
$(HOSTCC) $(HOSTCFLAGS_NOPED) $(HOSTLDFLAGS) -o $@ $(HOSTSRCS)
+ $(HOSTSTRIP) $@
clean:
rm -f $(obj)fw_printenv