[Fedora-directory-commits] ldapserver/ldap/clients/dsmlgw Makefile, 1.8, 1.9

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Thu Oct 27 14:12:42 UTC 2005


Author: rmeggins

Update of /cvs/dirsec/ldapserver/ldap/clients/dsmlgw
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22474/ldapserver/ldap/clients/dsmlgw

Modified Files:
	Makefile 
Log Message:
Bug(s) fixed: 171854
Bug Description: Allow DSMLGW to build with GAR build scripts
Reviewed by: nhosoi at redhat.com (Thanks!)
Fix Description: Add a new macro DSMLGWJARS_BUILD_DIR which defaults to 
dist/classes for internal builds.  For external builds, the developer 
can grab these jars from their respective locations, or grab the bundle 
from the fds download site, which is what the GAR builds will do.  The 
location is then passed in on the make command line as 
DSMLGWJARS_BUILD_DIR=/path/to/dsmlgwjars.  Regular internal builds 
should continue to work as always.
Platforms tested: RHEL4
Flag Day: no
Doc impact: no



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/clients/dsmlgw/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile	3 Oct 2005 19:53:53 -0000	1.8
+++ Makefile	27 Oct 2005 14:12:40 -0000	1.9
@@ -49,7 +49,7 @@
 	@if [ ! -f $(CLASS_DEST)/axis.jar ]; then \
 		cp $(CLASS_DEST)/$(AXIS_REL_DIR)/lib/axis.jar $(CLASS_DEST) ; \
 	fi
-	$(ANT) 
+	$(ANT) -Dglobaldist.dir=$(DSMLGWJARS_BUILD_DIR)
 
 clean: 	
 	$(ANT) clean




More information about the Fedora-directory-commits mailing list