gunnar: server Makefile,1.71,1.72

cvs at kolab.org cvs at kolab.org
Mon Feb 9 12:44:05 CET 2009


Author: gunnar

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

Modified Files:
	Makefile 
Log Message:
Add make install to the kolabd package.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/Makefile,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- Makefile	9 Feb 2009 10:09:01 -0000	1.71
+++ Makefile	9 Feb 2009 11:44:03 -0000	1.72
@@ -72,6 +72,14 @@
 BASE_FILES=install-kolab.sh \
            README.1st
 
+# These are the packages that already provide a "make install"
+# procedure that will allow to update packages from CVS.
+UPDATES=imapd            \
+        apache-php       \
+        php              \
+        kolabd           \
+        kolabd-webclient
+
 PHPUNIT=$(HOME)/bin/phpunit
 
 PHPUNIT_TESTS=$(HOME)/lib/php/test/Kolab_Format/Horde/Kolab/Format/AllTests.php \
@@ -146,10 +154,10 @@
 
 .PHONY: update
 update:
-	make -C imapd install || exit $$?;
-	make -C apache-php install || exit $$?;
-	make -C php install || exit $$?;
-	make -C kolab-webclient install || exit $$?;
+	for UPDATE in $(UPDATES);               \
+	do                                      \
+	  make -C $$UPDATE install || exit $$?; \
+	done
 
 .PHONY: test
 test:





More information about the commits mailing list