[Olsr-dev] [PATCH v1 2/2] android: make regex be verbose like the other makefiles
Ferry Huberts
(spam-protected)
Mon Oct 22 10:56:11 CEST 2012
applied this last friday in the VERBOSE fix
On 19-10-12 18:19, Henning Rogge wrote:
> 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)
>>>
>
>
>
--
Ferry Huberts
More information about the Olsr-dev
mailing list