svn commit: samba r25954 - in branches/SAMBA_4_0/source/build/smb_build: .

metze at samba.org metze at samba.org
Wed Nov 14 10:52:48 GMT 2007


Author: metze
Date: 2007-11-14 10:52:47 +0000 (Wed, 14 Nov 2007)
New Revision: 25954

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

Log:
we don't need this twice

metze
Modified:
   branches/SAMBA_4_0/source/build/smb_build/makefile.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2007-11-14 10:51:32 UTC (rev 25953)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2007-11-14 10:52:47 UTC (rev 25954)
@@ -372,13 +372,6 @@
 		}
 	}
 
-	if ($self->{config}->{SONAMEFLAG} ne "#" and 
-		defined($ctx->{LIBRARY_SONAME}) and 
-		$ctx->{LIBRARY_REALNAME} ne $ctx->{LIBRARY_SONAME}) {
-		$lns .= "\n\t\@rm -f $ctx->{SHAREDDIR}/$ctx->{LIBRARY_SONAME}";
-		$lns .= "\n\t\@ln -fs $ctx->{LIBRARY_REALNAME} $ctx->{SHAREDDIR}/$ctx->{LIBRARY_SONAME}";
-	}
-
 	if (defined($ctx->{LIBRARY_SONAME})) {
 		$lns .= "\n\t\@rm -f $ctx->{SHAREDDIR}/$ctx->{LIBRARY_DEBUGNAME}";
 		$lns .= "\n\t\@ln -fs $ctx->{LIBRARY_REALNAME} $ctx->{SHAREDDIR}/$ctx->{LIBRARY_DEBUGNAME}";



More information about the samba-cvs mailing list