[Fedora-directory-commits] dsbuild/ds/mod_restartd Makefile, 1.2, 1.3

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Sat Apr 8 19:27:07 UTC 2006


Author: rmeggins

Update of /cvs/dirsec/dsbuild/ds/mod_restartd
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9565/dsbuild/ds/mod_restartd

Modified Files:
	Makefile 
Log Message:
You can now do a dsbuild with sources from CVS by using make USE_CVS=1 ...
Right now this only works with the cvs.fedora.redhat.com repository, but
it will be easy to add support for others such as mozilla.
I added ICU to the mod_admserv build.
adminserver uses MOD_*_LIBPATH instead of MOD_*_LIB_DIR now.
ldapserver uses the correct path to directoryconsole now.



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/dsbuild/ds/mod_restartd/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	14 Feb 2006 22:29:23 -0000	1.2
+++ Makefile	8 Apr 2006 19:27:04 -0000	1.3
@@ -3,9 +3,14 @@
 GARNAME = mod_restartd
 GARVERSION = 1.0.2
 CATEGORIES = ds
-DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
 PATCHFILES = 
 
+ifdef USE_CVS
+CVSMODULES=mod_restartd
+else
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+endif
+
 LIBDEPS = 
 
 DESCRIPTION = mod_restartd
@@ -21,6 +26,10 @@
 INSTALL_SCRIPTS = custom
 BUILD_ARGS = 
 
+ifdef USE_CVS
+post-extract: extract-cvs
+endif
+
 ifdef BUILD_MODULE_RPM
   ifeq ($(DEBUG),full)
     FLAVOR=dbg




More information about the Fedora-directory-commits mailing list