svn commit: samba r22870 - in branches: SAMBA_3_0/source SAMBA_3_0_25/source SAMBA_3_0_26/source

lmuelle at samba.org lmuelle at samba.org
Mon May 14 21:58:23 GMT 2007


Author: lmuelle
Date: 2007-05-14 21:58:23 +0000 (Mon, 14 May 2007)
New Revision: 22870

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22870

Log:
Don't create shared objects of nss and tdb modules.

Modified:
   branches/SAMBA_3_0/source/Makefile.in
   branches/SAMBA_3_0_25/source/Makefile.in
   branches/SAMBA_3_0_26/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in	2007-05-14 21:22:14 UTC (rev 22869)
+++ branches/SAMBA_3_0/source/Makefile.in	2007-05-14 21:58:23 UTC (rev 22870)
@@ -1507,14 +1507,6 @@
 	@echo "Building plugin $@"
 	@$(SHLD_MODULE) nsswitch/idmap_ldap.o
 
-bin/nss. at SHLIBEXT@: proto_exists nsswitch/idmap_nss.o
-	@echo "Building plugin $@"
-	@$(SHLD_MODULE) nsswitch/idmap_nss.o
-
-bin/tdb. at SHLIBEXT@: proto_exists nsswitch/idmap_tdb.o
-	@echo "Building plugin $@"
-	@$(SHLD_MODULE) nsswitch/idmap_tdb.o
-
 bin/weird. at SHLIBEXT@: proto_exists $(DEVEL_HELP_WEIRD_OBJ)
 	@echo "Building plugin $@"
 	@$(SHLD_MODULE) $(DEVEL_HELP_WEIRD_OBJ)

Modified: branches/SAMBA_3_0_25/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0_25/source/Makefile.in	2007-05-14 21:22:14 UTC (rev 22869)
+++ branches/SAMBA_3_0_25/source/Makefile.in	2007-05-14 21:58:23 UTC (rev 22870)
@@ -1359,16 +1359,6 @@
 	@$(SHLD) $(LDSHFLAGS) -o $@ nsswitch/idmap_ldap.o \
 		@SONAMEFLAG@`basename $@`
 
-bin/nss. at SHLIBEXT@: proto_exists nsswitch/idmap_nss.o
-	@echo "Building plugin $@"
-	@$(SHLD) $(LDSHFLAGS) -o $@ nsswitch/idmap_nss.o \
-		@SONAMEFLAG@`basename $@`
-
-bin/tdb. at SHLIBEXT@: proto_exists nsswitch/idmap_tdb.o
-	@echo "Building plugin $@"
-	@$(SHLD) $(LDSHFLAGS) -o $@ nsswitch/idmap_tdb.o \
-		@SONAMEFLAG@`basename $@`
-
 bin/weird. at SHLIBEXT@: proto_exists $(DEVEL_HELP_WEIRD_OBJ)
 	@echo "Building plugin $@"
 	@$(SHLD) $(LDSHFLAGS) -o $@ $(DEVEL_HELP_WEIRD_OBJ) \

Modified: branches/SAMBA_3_0_26/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0_26/source/Makefile.in	2007-05-14 21:22:14 UTC (rev 22869)
+++ branches/SAMBA_3_0_26/source/Makefile.in	2007-05-14 21:58:23 UTC (rev 22870)
@@ -1360,16 +1360,6 @@
 	@$(SHLD) $(LDSHFLAGS) -o $@ nsswitch/idmap_ldap.o \
 		@SONAMEFLAG@`basename $@`
 
-bin/nss. at SHLIBEXT@: proto_exists nsswitch/idmap_nss.o
-	@echo "Building plugin $@"
-	@$(SHLD) $(LDSHFLAGS) -o $@ nsswitch/idmap_nss.o \
-		@SONAMEFLAG@`basename $@`
-
-bin/tdb. at SHLIBEXT@: proto_exists nsswitch/idmap_tdb.o
-	@echo "Building plugin $@"
-	@$(SHLD) $(LDSHFLAGS) -o $@ nsswitch/idmap_tdb.o \
-		@SONAMEFLAG@`basename $@`
-
 bin/weird. at SHLIBEXT@: proto_exists $(DEVEL_HELP_WEIRD_OBJ)
 	@echo "Building plugin $@"
 	@$(SHLD) $(LDSHFLAGS) -o $@ $(DEVEL_HELP_WEIRD_OBJ) \



More information about the samba-cvs mailing list