[Fedora-directory-commits] ldapserver/ldap/servers/slapd/tools/ldclt Makefile, 1.3, 1.4
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/ldclt
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28074/ldap/servers/slapd/tools/ldclt
Modified Files:
Makefile
Log Message:
Resolves: #210947
Summary: parameterizing the hardcoded paths (phase 3. installed binaries, change log, setup)
Comment #23
Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/ldclt/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile 28 Aug 2006 23:23:58 -0000 1.3
+++ Makefile 25 Oct 2006 00:05:16 -0000 1.4
@@ -47,9 +47,9 @@
LDAP_SRC = ../../../..
BUILD_ROOT = ../../../../..
-OBJDEST = $(OBJDIR)/servers/tools/obj
-BINDIR = $(RELDIR)/shared/bin
-DATDIR = $(RELDIR)/shared/data
+OBJDEST = $(OBJDIR)/servers/tools/obj
+BINDIR = $(RELDIR)/usr/bin
+DATDIR = $(RELDIR)/usr/share/data
include $(BUILD_ROOT)/nsdefs.mk
include $(BUILD_ROOT)/nsconfig.mk
16 years, 11 months
[Fedora-directory-commits] ldapserver/ldap/servers/slapd/tools dbscan.c, 1.13, 1.14
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/slapd/tools
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28074/ldap/servers/slapd/tools
Modified Files:
dbscan.c
Log Message:
Resolves: #210947
Summary: parameterizing the hardcoded paths (phase 3. installed binaries, change log, setup)
Comment #23
Index: dbscan.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/dbscan.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- dbscan.c 25 Aug 2005 00:41:44 -0000 1.13
+++ dbscan.c 25 Oct 2006 00:05:15 -0000 1.14
@@ -745,7 +745,7 @@
printf(" -r display the conents of idl\n");
printf(" -s Summary of index counts\n");
printf(" sample usages:\n");
- printf(" # set <serverroot>/bin/slapd/server:<serverroot>/shared/lib in the library path\n");
+ printf(" # set <prefix>/usr/lib/<brand-ds>:<prefix>/usr/lib:/usr/lib in the library path\n");
printf(" # dump the entry file\n");
printf(" %s -f id2entry.db\n", argv0);
printf(" # display index keys in cn.db4\n");
16 years, 11 months
[Fedora-directory-commits] ldapserver/ldap/servers/slapd/back-ldbm Makefile, 1.8, 1.9
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/slapd/back-ldbm
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28074/ldap/servers/slapd/back-ldbm
Modified Files:
Makefile
Log Message:
Resolves: #210947
Summary: parameterizing the hardcoded paths (phase 3. installed binaries, change log, setup)
Comment #23
Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/back-ldbm/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile 30 Aug 2006 02:18:05 -0000 1.8
+++ Makefile 25 Oct 2006 00:05:14 -0000 1.9
@@ -178,7 +178,7 @@
endif
dummy:
- -@echo LDAP_LIBDIR = $(LDAP_LIBDIR)
+ -@echo LDAP_LIBDIR = $(LDAP_LIB_RELDIR)
-@echo LDAP_LIBBACK_LDBM_LIBDIR = $(LDAP_LIBBACK_LDBM_LIBDIR)
-@echo LIB_RELDIR = $(LIB_RELDIR)
-@echo LDAP_LIBBACK_LDBM_DLLDIR = $(LDAP_LIBBACK_LDBM_DLLDIR)
16 years, 11 months
[Fedora-directory-commits] ldapserver/ldap/servers/plugins/views Makefile, 1.7, 1.8
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/views
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28074/ldap/servers/plugins/views
Modified Files:
Makefile
Log Message:
Resolves: #210947
Summary: parameterizing the hardcoded paths (phase 3. installed binaries, change log, setup)
Comment #23
Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/views/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile 6 Sep 2006 20:45:39 -0000 1.7
+++ Makefile 25 Oct 2006 00:05:13 -0000 1.8
@@ -45,7 +45,7 @@
NSPR20=true # probably should be defined somewhere else (not sure where)
OBJDEST = $(OBJDIR)/lib/libviews
-LIBDIR = $(LIB_RELDIR)
+LIBDIR = $(LDAP_PLUGIN_RELDIR)
include $(BUILD_ROOT)/nsdefs.mk
include $(BUILD_ROOT)/nsconfig.mk
@@ -58,7 +58,7 @@
VIEWS_OBJS = views.o
OBJS = $(addprefix $(OBJDEST)/, $(VIEWS_OBJS))
-VIEWS_DLL = views-plugin
+VIEWS_DLL = libviews-plugin
INCLUDES += -I../../slapd -I../../../include
CFLAGS+=$(SLCFLAGS) -DSLAPD_LOGGING
16 years, 11 months
[Fedora-directory-commits] ldapserver/ldap/servers/plugins/vattrsp_template Makefile, 1.6, 1.7
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/vattrsp_template
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28074/ldap/servers/plugins/vattrsp_template
Modified Files:
Makefile
Log Message:
Resolves: #210947
Summary: parameterizing the hardcoded paths (phase 3. installed binaries, change log, setup)
Comment #23
Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/vattrsp_template/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile 6 Sep 2006 20:45:33 -0000 1.6
+++ Makefile 25 Oct 2006 00:05:12 -0000 1.7
@@ -45,7 +45,7 @@
NSPR20=true # probably should be defined somewhere else (not sure where)
OBJDEST = $(OBJDIR)/lib/libvattrsp
-LIBDIR = $(LIB_RELDIR)
+LIBDIR = $(LDAP_PLUGIN_RELDIR)
include $(BUILD_ROOT)/nsdefs.mk
include $(BUILD_ROOT)/nsconfig.mk
@@ -58,7 +58,7 @@
VATTRSP_OBJS = vattrsp.o
OBJS = $(addprefix $(OBJDEST)/, $(VATTRSP_OBJS))
-VATTRSP_DLL = vattrsp-plugin
+VATTRSP_DLL = libvattrsp-plugin
INCLUDES += -I../../slapd -I../../../include
CFLAGS+=$(SLCFLAGS) -DSLAPD_LOGGING
16 years, 11 months
[Fedora-directory-commits] ldapserver/ldap/servers/plugins/uiduniq Makefile, 1.7, 1.8
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/uiduniq
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28074/ldap/servers/plugins/uiduniq
Modified Files:
Makefile
Log Message:
Resolves: #210947
Summary: parameterizing the hardcoded paths (phase 3. installed binaries, change log, setup)
Comment #23
Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/uiduniq/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile 6 Sep 2006 20:45:33 -0000 1.7
+++ Makefile 25 Oct 2006 00:05:11 -0000 1.8
@@ -50,7 +50,7 @@
NSPR20=true # probably should be defined somewhere else (not sure where)
OBJDEST = $(OBJDIR)/lib/libuidunique
-LIBDIR = $(LIB_RELDIR)
+LIBDIR = $(LDAP_PLUGIN_RELDIR)
SHAREDLIB = $(OBJDIR)/lib/shared/utils.o
include $(BUILD_ROOT)/nsconfig.mk
16 years, 11 months
[Fedora-directory-commits] ldapserver/ldap/servers/plugins/syntaxes Makefile, 1.6, 1.7
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/syntaxes
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28074/ldap/servers/plugins/syntaxes
Modified Files:
Makefile
Log Message:
Resolves: #210947
Summary: parameterizing the hardcoded paths (phase 3. installed binaries, change log, setup)
Comment #23
Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/syntaxes/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile 6 Sep 2006 20:45:27 -0000 1.6
+++ Makefile 25 Oct 2006 00:05:09 -0000 1.7
@@ -49,7 +49,7 @@
NSPR20=true # probably should be defined somewhere else (not sure where)
OBJDEST = $(OBJDIR)/lib/libsyntax
-LIBDIR = $(LIB_RELDIR)
+LIBDIR = $(LDAP_PLUGIN_RELDIR)
include $(BUILD_ROOT)/nsconfig.mk
include $(LDAP_SRC)/nsldap.mk
16 years, 11 months
[Fedora-directory-commits] ldapserver/ldap/servers/plugins/statechange Makefile, 1.7, 1.8
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/statechange
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28074/ldap/servers/plugins/statechange
Modified Files:
Makefile
Log Message:
Resolves: #210947
Summary: parameterizing the hardcoded paths (phase 3. installed binaries, change log, setup)
Comment #23
Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/statechange/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile 6 Sep 2006 20:45:27 -0000 1.7
+++ Makefile 25 Oct 2006 00:05:08 -0000 1.8
@@ -45,7 +45,7 @@
NSPR20=true # probably should be defined somewhere else (not sure where)
OBJDEST = $(OBJDIR)/lib/libstatechange
-LIBDIR = $(LIB_RELDIR)
+LIBDIR = $(LDAP_PLUGIN_RELDIR)
include $(BUILD_ROOT)/nsdefs.mk
include $(BUILD_ROOT)/nsconfig.mk
@@ -58,7 +58,7 @@
STATECHANGE_OBJS = statechange.o
OBJS = $(addprefix $(OBJDEST)/, $(STATECHANGE_OBJS))
-STATECHANGE_DLL = statechange-plugin
+STATECHANGE_DLL = libstatechange-plugin
INCLUDES += -I../../slapd -I../../../include
CFLAGS+=$(SLCFLAGS) -DSLAPD_LOGGING
16 years, 11 months
[Fedora-directory-commits] ldapserver/ldap/servers/plugins/roles Makefile, 1.7, 1.8
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/roles
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28074/ldap/servers/plugins/roles
Modified Files:
Makefile
Log Message:
Resolves: #210947
Summary: parameterizing the hardcoded paths (phase 3. installed binaries, change log, setup)
Comment #23
Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/roles/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile 6 Sep 2006 20:45:26 -0000 1.7
+++ Makefile 25 Oct 2006 00:05:07 -0000 1.8
@@ -45,7 +45,7 @@
NSPR20=true # probably should be defined somewhere else (not sure where)
OBJDEST = $(OBJDIR)/lib/libroles
-LIBDIR = $(LIB_RELDIR)
+LIBDIR = $(LDAP_PLUGIN_RELDIR)
ifndef INSTDIR
INSTDIR = c:/netscape/server4/
endif
@@ -61,7 +61,7 @@
ROLES_OBJS = roles_plugin.o roles_cache.o
OBJS = $(addprefix $(OBJDEST)/, $(ROLES_OBJS))
-ROLES_DLL = roles-plugin
+ROLES_DLL = libroles-plugin
INCLUDES += -I../../slapd -I../../../include
CFLAGS+=$(SLCFLAGS) -DSLAPD_LOGGING
16 years, 11 months
[Fedora-directory-commits] ldapserver/ldap/servers/plugins/rever Makefile, 1.6, 1.7
by Doctor Conrad
Author: nhosoi
Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/rever
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28074/ldap/servers/plugins/rever
Modified Files:
Makefile
Log Message:
Resolves: #210947
Summary: parameterizing the hardcoded paths (phase 3. installed binaries, change log, setup)
Comment #23
Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/rever/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile 6 Sep 2006 20:45:21 -0000 1.6
+++ Makefile 25 Oct 2006 00:05:05 -0000 1.7
@@ -49,7 +49,7 @@
NSPR20=true # probably should be defined somewhere else (not sure where)
OBJDEST = $(OBJDIR)/lib/libdes
-LIBDIR = $(LIB_RELDIR)
+LIBDIR = $(LDAP_PLUGIN_RELDIR)
include $(BUILD_ROOT)/nsconfig.mk
include $(BUILD_ROOT)/ns_usepurify.mk
@@ -73,7 +73,7 @@
LIBREVER_DLL_OBJ = $(addprefix $(OBJDEST)/, dllmain.o)
endif
-REVER_DLL = des-plugin
+REVER_DLL = libdes-plugin
LIBREVER = $(addprefix $(LIBDIR)/, $(REVER_DLL).$(DLL_SUFFIX))
ifeq ($(ARCH), WINNT)
16 years, 11 months