diff options
author | Noriko Hosoi <nhosoi@redhat.com> | 2006-03-29 19:47:28 +0000 |
---|---|---|
committer | Noriko Hosoi <nhosoi@redhat.com> | 2006-03-29 19:47:28 +0000 |
commit | e8b95f07d9b1066e806b108d12e70986b3faa48e (patch) | |
tree | 9681289ab2a54cda8a9856616574c6b8941369af /Makefile | |
parent | efaa2f49914ffa64bf9cff990bb8fac72598beeb (diff) | |
download | ds-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ========== |