[Openais] [PATCH] fix make clean (libpload.a and friends)

angus salkeld angus.salkeld at alliedtelesis.co.nz
Mon Nov 3 17:35:28 PST 2008


Committed as revision 1686.

>>> On Tue, Nov 4, 2008 at  2:24 PM, in message <1225761867.3754.17.camel at balance>,
Steven Dake <sdake at redhat.com> wrote: 
> Good for commit.
> 
> Regards
> -steve
> 
> On Mon, 2008-11-03 at 13:51 +1300, Angus Salkeld wrote:
>> Hi
>> 
>> Make lib/ clean up after itself properly.
>> 
>> Regrads
>> Angus
>> 
>> ---
>> 
>>  lib/Makefile |    5 +----
>>  1 files changed, 1 insertions(+), 4 deletions(-)
>> 
>> diff --git a/lib/Makefile b/lib/Makefile
>> index 64a1e50..5f2ce22 100644
>> --- a/lib/Makefile
>> +++ b/lib/Makefile
>> @@ -116,10 +116,7 @@ libpload.a: util.o pload.o
>>  	$(AR) -rc libpload.a util.o pload.o
>>  
>>  clean:
>> -	rm -f *.o libcfg.so* libcoroutil.so* libcoroutil.a \
>> -		libevs.so* libevs.a libcpg.so* libcpg.a libcfg.a libconfdb.so* \
>> -		libquorum.so* libquorum.a \
>> -		libconfdb.a libconfdb.a \ *.da *.bb *.bbg
>> +	rm -f *.o *.a *.so* *.da *.bb *.bbg
>>   
>>  lint:
>>  	-splint $(LINT_FLAGS) $(CFLAGS) *.c
>> 
>> _______________________________________________
>> Openais mailing list
>> Openais at lists.linux-foundation.org
>> https://lists.linux-foundation.org/mailman/listinfo/openais
> 
> _______________________________________________
> Openais mailing list
> Openais at lists.linux-foundation.org
> https://lists.linux-foundation.org/mailman/listinfo/openais




More information about the Openais mailing list