DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] Allow verbose output for INSTALL-SHARED
@ 2014-11-02 22:27 Keith Wiles
  0 siblings, 0 replies; only message in thread
From: Keith Wiles @ 2014-11-02 22:27 UTC (permalink / raw)
  To: dev

Signed-off-by: Keith Wiles <keith.wiles@windriver.com>
---
 mk/rte.shared.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/rte.shared.mk b/mk/rte.shared.mk
index 42feee7..e64d471 100644
--- a/mk/rte.shared.mk
+++ b/mk/rte.shared.mk
@@ -114,7 +114,7 @@ $(SHARED): $(OBJS-y) $(LDLIBS_FILES) $(DEP_$(SHARED)) FORCE
 #
 $(RTE_OUTPUT)/lib/$(SHARED): $(SHARED)
 	@echo "  INSTALL-SHARED $(SHARED)"
-	@[ -d $(RTE_OUTPUT)/lib ] || mkdir -p $(RTE_OUTPUT)/lib
+	$(Q)[ -d $(RTE_OUTPUT)/lib ] || mkdir -p $(RTE_OUTPUT)/lib
 	$(Q)cp -f $(SHARED) $(RTE_OUTPUT)/lib
 
 #
-- 
2.1.0

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-02 22:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-02 22:27 [dpdk-dev] [PATCH] Allow verbose output for INSTALL-SHARED Keith Wiles

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).