gunnar: server/kolab-webadmin Makefile,1.12,1.13

cvs at kolab.org cvs at kolab.org
Thu Aug 23 15:14:32 CEST 2007


Author: gunnar

Update of /kolabrepository/server/kolab-webadmin
In directory doto:/tmp/cvs-serv8884

Modified Files:
	Makefile 
Log Message:
Add a cleaning target

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile	22 Aug 2007 06:57:31 -0000	1.12
+++ Makefile	23 Aug 2007 13:14:30 -0000	1.13
@@ -31,3 +31,13 @@
 
 dist: all
 	cp $(KOLABRPMSRC)/../PKG/$(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm ../stage/
+
+.PHONY: clean_all
+clean_all: clean
+
+.PHONY: clean
+clean:
+	rm -rf $(HOME)/RPM/TMP/$(PACKAGE)*
+	find . -name "*~" | xargs rm -rf
+	rm -rf *.src.rpm
+	rm -rf *.tar.bz2





More information about the commits mailing list