svn commit: samba r11582 - in branches/SAMBA_3_0: . source

derrell at samba.org derrell at samba.org
Tue Nov 8 18:23:48 GMT 2005


Author: derrell
Date: 2005-11-08 18:23:47 +0000 (Tue, 08 Nov 2005)
New Revision: 11582

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

Log:
 r10193 at cabra:  derrell | 2005-11-08 13:12:39 -0500
 Fixed "clean" target -- bin/libmsrpc.a was not being deleted.
 
 Jerry, the shared version of libmsrpc is not using a version number.  For consistency, I added LIBMSRPC_MAJOR and LIBMSRPC_MINOR definitions but they are not 
 currently being used.  I don't know if the non-use of version is intentional 
 or not.
 

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


Changeset:

Property changes on: branches/SAMBA_3_0
___________________________________________________________________
Name: svk:merge
   - 3a72dc49-98ff-0310-ab52-9b7ed7945d91:/local/samba3:10092
   + 3a72dc49-98ff-0310-ab52-9b7ed7945d91:/local/samba3:10193

Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in	2005-11-08 18:23:22 UTC (rev 11581)
+++ branches/SAMBA_3_0/source/Makefile.in	2005-11-08 18:23:47 UTC (rev 11582)
@@ -98,6 +98,10 @@
 LIBSMBCLIENT_MAJOR=0
 LIBSMBCLIENT_MINOR=1
 
+LIBMSRPC=bin/libmsrpc.a @LIBSMBCLIENT_SHARED@
+LIBMSRPC_MAJOR=0
+LIBMSRPC_MINOR=1
+
 LIBSMBSHAREMODES=bin/libsmbsharemodes.a @LIBSMBSHAREMODES_SHARED@
 LIBSMBSHAREMODES_MAJOR=0
 LIBSMBSHAREMODES_MINOR=1
@@ -1523,8 +1527,9 @@
 
 clean: delheaders python_clean
 	-rm -f core */*~ *~ */*.o */*. at PICSUFFIX@ */*. at SHLIBEXT@ \
-		$(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(MODULES) $(TORTURE_PROGS) \
-		$(LIBSMBCLIENT) $(LIBSMBSHAREMODES) $(EVERYTHING_PROGS) .headers.stamp 
+		$(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(MODULES) \
+		$(TORTURE_PROGS) $(LIBSMBCLIENT) $(LIBSMBSHAREMODES) \
+		$(EVERYTHING_PROGS) $(LIBMSRPC) .headers.stamp 
 	-rm -rf t_dir
 
 # Making this target will just make sure that the prototype files



More information about the samba-cvs mailing list