From 7875b279d9586a0d2ec4e8fcdc276f8abe1f54e9 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Mon, 16 Nov 2015 00:04:59 +1100 Subject: [PATCH] Makefile: don't echo nonetwork.so recipe --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 090caa98..2966dec1 100644 --- a/Makefile +++ b/Makefile @@ -407,8 +407,8 @@ endef $(foreach PKG,$(PKGS),$(eval $(call PKG_RULE,$(PKG)))) $(PREFIX)/lib/nonetwork.so: $(TOP_DIR)/tools/nonetwork.c - mkdir -p $(dir $@) - $(BUILD_CC) -shared -fPIC -o $@ $< + @mkdir -p $(dir $@) + @$(BUILD_CC) -shared -fPIC -o $@ $< define PKG_TARGET_RULE .PHONY: $(1)