[Fedora-directory-commits] dsbuild/ds/onlinehelp 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/onlinehelp
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9565/dsbuild/ds/onlinehelp

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/onlinehelp/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	14 Feb 2006 22:29:34 -0000	1.2
+++ Makefile	8 Apr 2006 19:27:05 -0000	1.3
@@ -1,15 +1,24 @@
 GARNAME = fedora-onlinehelp
 GARVERSION = 1.0.2
 CATEGORIES = ds
-DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
 PATCHFILES = 
 
+ifdef USE_CVS
+CVSMODULES=onlinehelp
+else
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+endif
+
 LIBDEPS = 
 
 DESCRIPTION = onlinehelp
 
 INSTALL_SCRIPTS = custom
 
+ifdef USE_CVS
+post-extract: extract-cvs
+endif
+
 configure-custom:
 	$(MAKECOOKIE)
 




More information about the Fedora-directory-commits mailing list