svn commit: samba r13750 - branches/SAMBA_3_0/source trunk/source

lmuelle at samba.org lmuelle at samba.org
Tue Feb 28 11:56:16 GMT 2006


Author: lmuelle
Date: 2006-02-28 11:56:14 +0000 (Tue, 28 Feb 2006)
New Revision: 13750

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

Log:
Cleanup line wrap to less than 80 chars.

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


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in	2006-02-28 06:41:09 UTC (rev 13749)
+++ branches/SAMBA_3_0/source/Makefile.in	2006-02-28 11:56:14 UTC (rev 13750)
@@ -1558,9 +1558,10 @@
 
 clean: delheaders python_clean
 	-rm -f core */*~ *~ */*.o */*. at PICSUFFIX@ */*. at SHLIBEXT@ \
-		$(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(ROOT_SBIN_PROGS) $(MODULES) \
-		$(TORTURE_PROGS) $(LIBSMBCLIENT) $(LIBSMBSHAREMODES) \
-		$(EVERYTHING_PROGS) $(LIBMSRPC) .headers.stamp 
+		$(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(ROOT_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

Modified: trunk/source/Makefile.in
===================================================================
--- trunk/source/Makefile.in	2006-02-28 06:41:09 UTC (rev 13749)
+++ trunk/source/Makefile.in	2006-02-28 11:56:14 UTC (rev 13750)
@@ -1587,9 +1587,10 @@
 
 clean: delheaders python_clean
 	-rm -f core */*~ *~ */*.o */*. at PICSUFFIX@ */*. at SHLIBEXT@ \
-		$(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(ROOT_SBIN_PROGS) $(MODULES) \
-		$(TORTURE_PROGS) $(LIBSMBCLIENT) $(LIBSMBSHAREMODES) \
-		$(EVERYTHING_PROGS) $(LIBMSRPC) .headers.stamp 
+		$(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(ROOT_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