Committed as revision 1686. >>> On Tue, Nov 4, 2008 at 2:24 PM, in message <[EMAIL PROTECTED]>, Steven Dake <[EMAIL PROTECTED]> 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 >> [email protected] >> https://lists.linux-foundation.org/mailman/listinfo/openais > > _______________________________________________ > Openais mailing list > [email protected] > https://lists.linux-foundation.org/mailman/listinfo/openais
_______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
