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

Angus Salkeld angus.salkeld at alliedtelesis.co.nz
Sun Nov 2 16:51:18 PST 2008


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



More information about the Openais mailing list