[SCM] Samba Shared Repository - branch v3-devel updated - release-3-2-0pre2-3733-g0497481

Michael Adam obnox at samba.org
Fri Aug 15 21:20:59 GMT 2008


The branch, v3-devel has been updated
       via  04974818bda75c4315ad09b623e5df55c87dbc87 (commit)
      from  cb925dec85cfc4cfc194c3ff76dbeba2bd2178d7 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-devel


- Log -----------------------------------------------------------------
commit 04974818bda75c4315ad09b623e5df55c87dbc87
Author: Michael Adam <obnox at samba.org>
Date:   Fri Aug 15 23:17:48 2008 +0200

    build: fix a typo in the installlibtalloc rule.
    
    The symlink liballoc.so -> libtalloc.so.1 would have been
    created unconditionally, independent of the existence of
    libtalloc.so.1.
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 source/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/Makefile.in b/source/Makefile.in
index b965262..938d711 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1599,7 +1599,7 @@ installlibtalloc:: installdirs libtalloc
 	@$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(LIBDIR)
 	-$(INSTALLLIBCMD_SH) $(LIBTALLOC_SHARED_TARGET_SONAME) $(DESTDIR)$(LIBDIR)
 	@rm -f $(DESTDIR)$(LIBDIR)/`basename $(LIBTALLOC_SHARED_TARGET)`
-	-if test -e $(LIBTALLOC_SHARD_TARGET_SONAME) ; then \
+	-if test -e $(LIBTALLOC_SHARED_TARGET_SONAME) ; then \
 		ln -s -f `basename $(LIBTALLOC_SHARED_TARGET_SONAME)` \
 			$(DESTDIR)$(LIBDIR)/`basename $(LIBTALLOC_SHARED_TARGET)` ; \
 	fi


-- 
Samba Shared Repository


More information about the samba-cvs mailing list