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

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


Author: rmeggins

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

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/setuputil/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile	16 Feb 2006 21:34:09 -0000	1.3
+++ Makefile	8 Apr 2006 19:27:05 -0000	1.4
@@ -3,9 +3,14 @@
 GARNAME = fedora-setuputil
 GARVERSION = 1.0.2
 CATEGORIES = ds
-DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
 PATCHFILES = 
 
+ifdef USE_CVS
+CVSMODULES=setuputil
+else
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+endif
+
 LIBDEPS = 
 
 DESCRIPTION = setuputil
@@ -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