[Fedora-directory-commits] ldapserver/lib/ldaputil Makefile, 1.6, 1.7

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Fri Sep 15 19:33:46 UTC 2006


Author: rmeggins

Update of /cvs/dirsec/ldapserver/lib/ldaputil
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21119/ldapserver/lib/ldaputil

Modified Files:
	Makefile 
Log Message:
Bug: 206527
Description: Enable rpmbuild of directory server
Fix Description: RELDIR is not defined in lib/ldaputil/Makefile, so just
remove the certmap.conf packaging from there and add it to ldap/cm/Makefile
The perldap packaging has changed for internal builds as well.
Tested on: Solaris



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/ldaputil/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile	15 Sep 2006 14:59:48 -0000	1.6
+++ Makefile	15 Sep 2006 19:33:43 -0000	1.7
@@ -60,9 +60,7 @@
 			 $(DBM_INCLUDE) $(LDAPSDK_INCLUDE) \
 			 $(SECURITY_INCLUDE) $(NSPR_INCLUDE) 
 
-CERTMAP_CONF = $(RELDIR)/shared/config/certmap.conf
-
-all: $(OBJDEST) $(LOCAL_DEPS) $(LIBS) $(CERTMAP_CONF)
+all: $(OBJDEST) $(LOCAL_DEPS) $(LIBS)
 
 $(OBJDEST):
 	mkdir -p $(OBJDEST)
@@ -94,12 +92,5 @@
 	$(AR) $(OBJS)
 	$(RANLIB) $@
 
-$(CERTMAP_CONF): certmap.conf
-	rm -f $@
-	if [ ! -d $(dir $@) ] ; then \
-		mkdir -p $(dir $@) ; \
-	fi
-	cp $< $(dir $@)
-
 include $(INCLUDE_DEPENDS)
 




More information about the Fedora-directory-commits mailing list