gunnar: server Makefile,1.24,1.25

cvs at kolab.org cvs at kolab.org
Mon Jul 23 18:07:14 CEST 2007


Author: gunnar

Update of /kolabrepository/server
In directory doto:/tmp/cvs-serv16960

Modified Files:
	Makefile 
Log Message:
Improved build mechanisms for both the PEAR and the Horde packages.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/Makefile,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Makefile	20 Jul 2007 11:19:08 -0000	1.24
+++ Makefile	23 Jul 2007 16:06:42 -0000	1.25
@@ -24,7 +24,8 @@
                horde/horde-kronolith    \
                horde/horde-mnemo        \
                horde/horde-nag          \
-               horde/horde-turba
+               horde/horde-turba        \
+               horde/horde-kolab-client
 
 BASE_FILES=install-kolab.sh \
            00INDEX.rdf \
@@ -73,3 +74,15 @@
 clean:
 	rm -rf stage
 	find . -name "*.src.rpm" -exec rm -f {} \; 
+
+.PHONY: clean
+clean: clean-horde
+	rm -rf stage
+	find . -name "*.src.rpm" -exec rm -f {} \; 
+
+.PHONY: clean-horde
+clean-horde:
+	for PKG in $(HORDE_PACKAGES);                   \
+	do                                              \
+	  make -C $$PKG clean || exit $?;               \
+	done





More information about the commits mailing list