[Fedora-directory-commits] ldapserver/ldap/servers/slapd/tools Makefile, 1.8, 1.9

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Fri Jan 6 00:53:26 UTC 2006


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/servers/slapd/tools
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12072

Modified Files:
	Makefile 
Log Message:
[170348] RSEARCH needs to be updated
Integrating rsearch and infadd source codes from DSRK into the Directory Server build tree.



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile	19 Apr 2005 22:07:42 -0000	1.8
+++ Makefile	6 Jan 2006 00:53:18 -0000	1.9
@@ -85,6 +85,7 @@
 endif
 endif
 
+CFLAGS += $(ARCH_CFLAGS)
 
 INCLUDES += -I$(SLAPDHDIR) -I$(LDAP_ADMINCDIR)
 INCLUDES += -I$(ACLINC)
@@ -170,8 +171,8 @@
 BINS=	$(LDIF) $(PWDHASH) $(KEYUPG) $(MMLDIF) $(MIGRATECRED) $(DBSCAN)
 EXTRABINS=	$(EGGENCODE)
 
-all:	$(OBJDEST) $(BINDIR) $(LDAP_ADMIN_BIN_RELDIR) $(BINS)
-
+all:	$(OBJDEST) $(BINDIR) $(LDAP_ADMIN_BIN_RELDIR) $(BINS) buildRsearch
+		
 extras:	$(OBJDEST) $(BINDIR) $(EGGENCODE)
 
 $(LDIF):	$(OBJDEST)/ldif.o $(LDAP_LIBLDIF_DEP)
@@ -198,7 +199,11 @@
 $(OBJDEST):
 	$(MKDIR) $(OBJDEST)
 
+buildRsearch:
+	cd rsearch; $(MAKE)
+
 clean:
 	-$(RM) $(ALL_OBJS)
 	-$(RM) $(BINS) $(EXTRABINS)
+	cd rsearch; $(MAKE) clean
 




More information about the Fedora-directory-commits mailing list