From 79f424fb2921f63579808cb307d9f9117bfaa6ff Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Mon, 30 Nov 2015 18:45:08 +1100 Subject: Makefile: echo nonetwork build and remove mkdir in recipe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef2ca96..2a3c37a 100644 --- a/Makefile +++ b/Makefile @@ -428,7 +428,7 @@ endif $(shell [ -d '$(PREFIX)/$(BUILD)/lib' ] || mkdir -p '$(PREFIX)/$(BUILD)/lib') $(NONET_LIB): $(TOP_DIR)/tools/nonetwork.c - @mkdir -p $(dir $@) + @echo '[build nonetwork lib]' @$(BUILD_CC) -shared -fPIC -o $@ $< define PKG_TARGET_RULE -- cgit v0.12