gunnar: server/apache Makefile,1.26.2.2,1.26.2.3

cvs at kolab.org cvs at kolab.org
Tue Jun 8 11:57:35 CEST 2010


Author: gunnar

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

Modified Files:
      Tag: kolab_2_2_branch
	Makefile 
Log Message:
Add install targets.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/apache/Makefile,v
retrieving revision 1.26.2.2
retrieving revision 1.26.2.3
diff -u -d -r1.26.2.2 -r1.26.2.3
--- Makefile	21 Apr 2010 18:00:59 -0000	1.26.2.2
+++ Makefile	8 Jun 2010 09:57:33 -0000	1.26.2.3
@@ -23,7 +23,7 @@
 	rm -rf $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm
 	rm -rf *~
 
-$(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm: Makefile $(PACKAGE).spec $(EXTRA)
+$(KOLABRPMPKG)/$(PACKAGE)-$(VERSION)-$(RELEASE).$(PLATTAG).rpm $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm: Makefile $(PACKAGE).spec $(EXTRA)
 	test -d $(KOLABRPMSRC)/$(PACKAGE) || mkdir $(KOLABRPMSRC)/$(PACKAGE)
 	cd $(KOLABRPMSRC)/$(PACKAGE) && wget -c "$(SOURCE_0)"
 
@@ -34,3 +34,7 @@
 	   --define 'with_mod_ldap yes'
 
 	cp -p $(KOLABRPMPKG)/$(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm .
+
+.PHONY: install
+install: $(KOLABRPMPKG)/$(PACKAGE)-$(VERSION)-$(RELEASE).$(PLATTAG).rpm
+	$(RPM) -Uhv --force $(KOLABRPMPKG)/$(PACKAGE)-$(VERSION)-$(RELEASE).$(PLATTAG).rpm





More information about the commits mailing list