[Olsr-dev] [PATCH v1 2/2] android: make regex be verbose like the other makefiles
Ferry Huberts
(spam-protected)
Fri Oct 19 18:05:54 CEST 2012
From: Ferry Huberts <(spam-protected)>
Signed-off-by: Ferry Huberts <(spam-protected)>
---
android/regex/Makefile | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/android/regex/Makefile b/android/regex/Makefile
index 74c7315..5970490 100644
--- a/android/regex/Makefile
+++ b/android/regex/Makefile
@@ -16,7 +16,12 @@ else
endif
$(REGEX_LIB): $(OBJ)
+ifeq ($(VERBOSE),0)
+ @echo "[AR] $<"
+ @$(AR) rcs $(REGEX_LIB) $(OBJ)
+else
$(AR) rcs $(REGEX_LIB) $(OBJ)
+endif
clean:
rm -f $(OBJ) $(REGEX_LIB)
--
1.7.11.7
More information about the Olsr-dev
mailing list