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

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


Author: rmeggins

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

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/directoryconsole/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	14 Feb 2006 22:28:38 -0000	1.2
+++ Makefile	8 Apr 2006 19:26:57 -0000	1.3
@@ -3,9 +3,14 @@
 GARNAME = fedora-directoryconsole
 GARVERSION = 1.0.2
 CATEGORIES = ds
-DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
 PATCHFILES = 
 
+ifdef USE_CVS
+CVSMODULES=directoryconsole
+else
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+endif
+
 LIBDEPS = 
 
 DESCRIPTION = directoryconsole
@@ -17,6 +22,10 @@
 
 IMPORTS=-Dconsole.location=$(ABS_GARDIR)/$(CATEGORIES)/console/work/built/release/package
 
+ifdef USE_CVS
+post-extract: extract-cvs
+endif
+
 configure-custom:
 	$(MAKECOOKIE)
 




More information about the Fedora-directory-commits mailing list