thomas: server Makefile, 1.76.2.4, 1.76.2.5 update.mk, 1.1.2.10, 1.1.2.11

cvs at kolab.org cvs at kolab.org
Thu Jun 24 18:24:01 CEST 2010


Author: thomas

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

Modified Files:
      Tag: kolab_2_2_branch
	Makefile update.mk 
Log Message:
make update: Should be removed by "make clean", mention two more manual packages


Index: Makefile
===================================================================
RCS file: /kolabrepository/server/Makefile,v
retrieving revision 1.76.2.4
retrieving revision 1.76.2.5
diff -u -d -r1.76.2.4 -r1.76.2.5
--- Makefile	17 Nov 2009 09:20:21 -0000	1.76.2.4
+++ Makefile	24 Jun 2010 16:23:59 -0000	1.76.2.5
@@ -104,7 +104,7 @@
 	done
 
 .PHONY: clean
-clean: clean-base clean-kolab clean-pear clean-stage
+clean: clean-base clean-kolab clean-pear clean-stage clean-update
 	find . | grep "~$$" | xargs rm -rf
 
 .PHONY: clean-stage

Index: update.mk
===================================================================
RCS file: /kolabrepository/server/Attic/update.mk,v
retrieving revision 1.1.2.10
retrieving revision 1.1.2.11
diff -u -d -r1.1.2.10 -r1.1.2.11
--- update.mk	24 Jun 2010 10:48:40 -0000	1.1.2.10
+++ update.mk	24 Jun 2010 16:23:59 -0000	1.1.2.11
@@ -49,6 +49,10 @@
 .PHONY: update
 update: current
 
+.PHONY: clean-update
+clean-update:
+	rm -rf update
+
 .PHONY:current
 current: $(KOLAB_SERVER_CVS)
 
@@ -72,9 +76,9 @@
 	    fi;                                                      \
 	  fi;                                                        \
 	done
-	@for UPDATE in kolab-webadmin perl-kolab;                    \
+	@for UPDATE in kolab-webadmin perl-kolab Kolab_Format kolab-webclient; \
 	do                                                           \
-	  echo "Please update $$UPDATE manually using 'make dist' and 'openpkg rpm'"; \
+	  echo "Please build $$UPDATE manually and install it via 'openpkg rpm'"; \
 	done
 
 ifeq "x$(KOLAB_SERVER_CURRENT)" "xKOLAB_SERVER-2.2.3"





More information about the commits mailing list