gunnar: server/make-helper kolab.mk,1.1,1.2

cvs at kolab.org cvs at kolab.org
Wed Dec 23 21:25:42 CET 2009


Author: gunnar

Update of /kolabrepository/server/make-helper
In directory doto:/tmp/cvs-serv32399/make-helper

Modified Files:
	kolab.mk 
Log Message:
Remove the global kolab.mk. Use the one in make-helper instead.

Index: kolab.mk
===================================================================
RCS file: /kolabrepository/server/make-helper/kolab.mk,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- kolab.mk	9 Dec 2009 21:52:48 -0000	1.1
+++ kolab.mk	23 Dec 2009 20:25:40 -0000	1.2
@@ -51,3 +51,8 @@
 ifeq ($(PLATTAG),)
   PLATTAG = $(shell $(RPM) -q --qf="%{ARCH}-%{OS}" openpkg)-$(KOLABDIR:/%=%)
 endif
+
+# Determine the staging area for collecting new source rpms
+ifeq "x$(STAGING)" "x"
+  STAGING = ../stage
+endif





More information about the commits mailing list