summaryrefslogtreecommitdiffstats
path: root/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 /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 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 73bd79d4..a8db18ff 100644
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,7 @@ help:
###### End of implementation notes.
ifeq ($(INTERNAL_BUILD), 1)
- COMPONENT_DEPENDENCIES = $(ADMINUTIL_DEP) $(NSPR_DEP) $(ARLIB_DEP) $(DBM_DEP) $(SECURITY_DEP) $(SVRCORE_DEP) \
+ COMPONENT_DEPENDENCIES = $(ADMINUTIL_DEP) $(NSPR_DEP) $(ARLIB_DEP) $(SECURITY_DEP) $(SVRCORE_DEP) \
$(ICU_DEP) $(SETUPUTIL_DEP) $(LDAPSDK_DEP) $(DB_LIB_DEP) $(SASL_DEP) $(NETSNMP_DEP) \
$(AXIS_DEP) $(DSMLJAR_DEP) $(DSDOC_DEP) $(ADSYNC_DEP) $(NT4SYNC_DEP) $(PERLDAP_DEP)
endif
@@ -202,7 +202,7 @@ brandDirectory: $(RELTOOLSPATH)/brandver.pl
$(RELTOOLSPATH)/brandver.pl -i branding/rhds/brandver.dat -s redhat-ds.spec
@echo ==== Finished Branding LDAP Server ==========
-debrandDirectory: $(RELTOOLSPATH)/brandver.pl
+versionDirectory: $(RELTOOLSPATH)/brandver.pl
@echo ==== Debranding LDAP Server ==========
$(RELTOOLSPATH)/brandver.pl -i branding/fedora/brandver.dat -s fedora-ds.spec
@echo ==== Finished Debranding LDAP Server ==========