summaryrefslogtreecommitdiffstats
path: root/ldap/clients/dsmlgw/Makefile
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2006-03-29 19:47:28 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2006-03-29 19:47:28 +0000
commite8b95f07d9b1066e806b108d12e70986b3faa48e (patch)
tree9681289ab2a54cda8a9856616574c6b8941369af /ldap/clients/dsmlgw/Makefile
parentefaa2f49914ffa64bf9cff990bb8fac72598beeb (diff)
downloadds-e8b95f07d9b1066e806b108d12e70986b3faa48e.tar.gz
ds-e8b95f07d9b1066e806b108d12e70986b3faa48e.tar.xz
ds-e8b95f07d9b1066e806b108d12e70986b3faa48e.zip
[186642] Directory Server Makefile updates for Internal build
. removed the dependency on DBM . Updated components' RELDATEs. . Console jar file name adjustment: <brand>-<comp>-<dotversion>.jar . Fix for HP-UX IPF . Use non-branded SetupUtil; add resource file to change branding . Updated the code to call createSIE so that the right brand is passed to SetupUtil.
Diffstat (limited to 'ldap/clients/dsmlgw/Makefile')
-rw-r--r--ldap/clients/dsmlgw/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/ldap/clients/dsmlgw/Makefile b/ldap/clients/dsmlgw/Makefile
index 1e3f933c..25590cfe 100644
--- a/ldap/clients/dsmlgw/Makefile
+++ b/ldap/clients/dsmlgw/Makefile
@@ -46,8 +46,16 @@ include $(BUILD_ROOT)/nsconfig.mk
include $(BUILD_ROOT)/ldap/javarules.mk
all: $(ANT_DEP) $(LDAPJDK_DEP)
- @if [ ! -f $(DSMLGWJARS_BUILD_DIR)/axis.jar ]; then \
- cp $(CLASS_DEST)/$(AXIS_REL_DIR)/lib/axis.jar $(CLASS_DEST) ; \
+ @if [ ! -d $(DSMLGWJARS_BUILD_DIR) ] ; then \
+ mkdir $(DSMLGWJARS_BUILD_DIR) ; \
+ fi
+ @if [ ! -f $(DSMLGWJARS_BUILD_DIR)/axis.jar ]; then \
+ if [ -f $(CLASS_DEST)/$(AXIS_REL_DIR)/lib/axis.jar ]; then \
+ cp $(CLASS_DEST)/$(AXIS_REL_DIR)/lib/axis.jar $(DSMLGWJARS_BUILD_DIR) ; \
+ fi ; \
+ if [ -f $(CLASS_DEST)/$(AXIS_REL_DIR)/axis.jar ]; then \
+ cp $(CLASS_DEST)/$(AXIS_REL_DIR)/axis.jar $(DSMLGWJARS_BUILD_DIR) ; \
+ fi ; \
fi
$(ANT) -Dglobaldist.dir=$(DSMLGWJARS_BUILD_DIR) -Dldapdist.dir=$(LDAPJDK_DIR)