[Olsr-dev] [PATCH v1 2/2] android: make regex be verbose like the other makefiles
Henning Rogge
(spam-protected)
Fri Oct 19 18:19:34 CEST 2012
Me too.
Henning
On Fri, Oct 19, 2012 at 6:09 PM, Hans-Christoph Steiner
<(spam-protected)> wrote:
>
> 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)
>>
--
Steven Hawkings about cosmic inflation: "An increase of billions of
billions of percent in a tiny fraction of a second. Of course, that
was before the present government."
More information about the Olsr-dev
mailing list