[Olsr-dev] [PATCH v1 2/2] android: make regex be verbose like the other makefiles
Hans-Christoph Steiner
(spam-protected)
Fri Oct 19 18:09:09 CEST 2012
looks good to me.
.hc
On 10/19/2012 12:05 PM, Ferry Huberts wrote:
> 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)
>
More information about the Olsr-dev
mailing list