[Fedora-directory-commits] ldapserver/ldap/admin/src Makefile, 1.12, 1.13

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Mon Oct 3 19:53:55 UTC 2005


Author: rmeggins

Update of /cvs/dirsec/ldapserver/ldap/admin/src
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22035/ldapserver/ldap/admin/src

Modified Files:
	Makefile 
Log Message:
Bug(s) fixed: 169663
Bug Description: Build Cleanup - open source AS, other components;
remove Fortezza; etc.
Reviewed by: Noriko, Nathan, Rob C. (Thanks!)
Fix Description: This allows us to build DS entirely outside of the
firewall with entirely open source components, including setuputil,
adminutil, adminserver, and java components.  I still need to address
some issues around nsperl, perldap, dsmlgw, xmltools, and general ease
of build.  This also gets rid of the crufty Fortezza build stuff and
addresses some other minor build issues.
Platforms tested: RHEL4
Flag Day: yes, but the internal builds should not be affected
Doc impact: wiki
QA impact: should be covered by regular nightly and manual testing
New Tests integrated into TET: none



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/admin/src/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Makefile	2 Sep 2005 20:40:48 -0000	1.12
+++ Makefile	3 Oct 2005 19:53:52 -0000	1.13
@@ -132,12 +132,6 @@
 OPENSOURCE_LIBS += -lsocket -lnsl -lgen -lm -lposix4 -lthread
 else
 ifeq ($(ARCH),HPUX)
-ifdef FORTEZZA 
-# link with libci.a for FORTEZZA builds. On other platforms, libci.a is
-# linked into libds_admin.so, but not on HPUX
-EXTRA_LIBS_DEP += $(FORTEZZA_DRIVER)
-EXTRA_LIBS += $(FORTEZZA_DRIVER)
-endif
 ifeq ($(USE_64), 1)
 EXTRALDFLAGS += +DA2.0W +DS2.0 +Z
 endif
@@ -349,11 +343,7 @@
 $(LDAP_SERVER_RELDIR)/latest_file.exe:  $(OBJDEST)/latest_file.o
 	$(LINK_EXE_NOLIBSOBJS) $^
 
-installPerlFiles:  $(BINDIR) $(BINDIR)/Install.pl
-
-$(BINDIR)/Install.pl: CreateInstall.pl $(PERL_SCRIPTS_DEST)
-	-@$(RM) $@
-	$(CP) $< $@
+installPerlFiles:  $(BINDIR) $(PERL_SCRIPTS_DEST)
 
 $(BINDIR)/%: %
 	-@$(RM) $@




More information about the 389-commits mailing list