From 8500be4500681ffe2b508c309c00d387c36f5b4f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lo=C3=AFc=20Minier?= Date: Sun, 11 Mar 2012 16:40:59 +0100 Subject: [PATCH] Strip fw_printenv like the other tools MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Loïc Minier Gbp-Pq: Name strip-env-tools.diff --- tools/env/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/env/Makefile b/tools/env/Makefile index 28b73da4a..07634bcff 100644 --- 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 -- 2.30.2