steffen: server/apache Makefile,1.16.2.4,1.16.2.5

cvs at intevation.de cvs at intevation.de
Wed Jan 11 05:42:42 CET 2006


Author: steffen

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

Modified Files:
      Tag: kolab_2_0_branch
	Makefile 
Log Message:
version + updates Makefiles to build everything from the toplevel

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/apache/Makefile,v
retrieving revision 1.16.2.4
retrieving revision 1.16.2.5
diff -u -d -r1.16.2.4 -r1.16.2.5
--- Makefile	6 Jan 2006 14:58:36 -0000	1.16.2.4
+++ Makefile	11 Jan 2006 04:42:40 -0000	1.16.2.5
@@ -11,9 +11,11 @@
 PACKAGE=apache
 VERSION=1.3.33
 RELEASE=2.4.5
+KOLABRELEASE=2.4.5_kolab
 
 RPM=/kolab/bin/openpkg rpm
- 
+KOLABPKGURI:=`/kolab/bin/openpkg register -R $(KOLABPKGURI)`
+
 all: $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm
 	$(RPM) -ihv $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm
 
@@ -37,6 +39,10 @@
 
 $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm:
 	wget -c $(KOLABPKGURI)/$(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm
+
+dist: all
+	cp $(KOLABRPMSRC)/../PKG/$(PACKAGE)-$(VERSION)-$(KOLABRELEASE).src.rpm ../stage/
+
 
 clean:
 	rm -rf /kolab/RPM/TMP/$(PACKAGE)-$(VERSION)* 





More information about the commits mailing list