[Fedora-directory-commits] dsbuild/ds/adminutil Makefile,1.3,1.4

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


Author: rmeggins

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

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/adminutil/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile	16 Feb 2006 21:33:53 -0000	1.3
+++ Makefile	8 Apr 2006 19:26:56 -0000	1.4
@@ -3,9 +3,14 @@
 GARNAME = fedora-adminutil
 GARVERSION = 1.0.2
 CATEGORIES = ds
-DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
 PATCHFILES = 
 
+ifdef USE_CVS
+CVSMODULES=adminutil
+else
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+endif
+
 LIBDEPS = 
 
 DESCRIPTION = adminutil
@@ -22,6 +27,10 @@
 BUILD_ARGS += BUILD_DEBUG=optimize
 endif
 
+ifdef USE_CVS
+post-extract: extract-cvs
+endif
+
 configure-custom:
 	$(MAKECOOKIE)
 




More information about the Fedora-directory-commits mailing list