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

lmuelle at samba.org lmuelle at samba.org
Thu Feb 16 17:36:36 GMT 2006


Author: lmuelle
Date: 2006-02-16 17:36:35 +0000 (Thu, 16 Feb 2006)
New Revision: 13526

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

Log:
Remove superfuous extra spaces at EOL.

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-16 16:45:58 UTC (rev 13525)
+++ branches/SAMBA_3_0/source/Makefile.in	2006-02-16 17:36:35 UTC (rev 13526)
@@ -870,7 +870,7 @@
 	@echo Generating $@
 	@dir=smbd $(MAKEDIR) && $(AWK) -f $(srcdir)/script/mkbuildoptions.awk > $(builddir)/smbd/build_options.c < $(srcdir)/include/config.h.in
 
-.c. at PICSUFFIX@: 
+.c. at PICSUFFIX@:
 	@if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \
 	  dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi
 	@echo Compiling $*.c with @PICFLAGS@
@@ -1485,7 +1485,7 @@
 
 .PHONY: showlayout
 
-showlayout: 
+showlayout:
 	@echo "Samba will be installed into:"
 	@echo "  basedir:     $(BASEDIR)"
 	@echo "  bindir:      $(BINDIR)"
@@ -1563,22 +1563,22 @@
 	  -h _WREPLD_PROTO_H_ $(builddir)/include/wrepld_proto.h \
 	  $(WREPL_OBJ1)
 
-nsswitch/winbindd_proto.h: 
+nsswitch/winbindd_proto.h:
 	@cd $(srcdir) && $(SHELL) $(MKPROTO_SH) $(AWK) \
 	  -h _WINBINDD_PROTO_H_ $(builddir)/nsswitch/winbindd_proto.h \
 	  $(WINBINDD_OBJ1)
 
-web/swat_proto.h: 
+web/swat_proto.h:
 	@cd $(srcdir) && $(SHELL) $(MKPROTO_SH) $(AWK) \
 	  -h _SWAT_PROTO_H_ $(builddir)/web/swat_proto.h \
 	  $(SWAT_OBJ1)
 
-client/client_proto.h: 
+client/client_proto.h:
 	@cd $(srcdir) && $(SHELL) $(MKPROTO_SH) $(AWK) \
 	  -h _CLIENT_PROTO_H_ $(builddir)/client/client_proto.h \
 	  $(CLIENT_OBJ1)
 
-utils/net_proto.h: 
+utils/net_proto.h:
 	@cd $(srcdir) && $(SHELL) $(MKPROTO_SH) $(AWK) \
 	  -h _NET_PROTO_H_ $(builddir)/utils/net_proto.h \
 	  $(NET_OBJ1)
@@ -1588,7 +1588,7 @@
 	  -h _PASSWD_PROTO_H_ $(builddir)/utils/passwd_proto.h \
 	  utils/passwd_util.o
 
-utils/ntlm_auth_proto.h: 
+utils/ntlm_auth_proto.h:
 	@cd $(srcdir) && $(SHELL) $(MKPROTO_SH) $(AWK) \
 	  -h _NTLM_AUTH_PROTO_H_ $(builddir)/utils/ntlm_auth_proto.h \
 	  $(NTLM_AUTH_OBJ1)
@@ -1596,7 +1596,7 @@
 # "make headers" or "make proto" calls a subshell because we need to
 # make sure these commands are executed in sequence even for a
 # parallel make.
-headers: 
+headers:
 	$(MAKE) delheaders; \
 	$(MAKE) smbd/build_options.c; \
 	$(MAKE) include/proto.h; \

Modified: trunk/source/Makefile.in
===================================================================
--- trunk/source/Makefile.in	2006-02-16 16:45:58 UTC (rev 13525)
+++ trunk/source/Makefile.in	2006-02-16 17:36:35 UTC (rev 13526)
@@ -879,7 +879,7 @@
 	@echo Generating $@
 	@dir=smbd $(MAKEDIR) && $(AWK) -f $(srcdir)/script/mkbuildoptions.awk > $(builddir)/smbd/build_options.c < $(srcdir)/include/config.h.in
 
-.c. at PICSUFFIX@: 
+.c. at PICSUFFIX@:
 	@if (: >> $@ || : > $@) >/dev/null 2>&1; then rm -f $@; else \
 	  dir=`echo $@ | sed 's,/[^/]*$$,,;s,^$$,.,'` $(MAKEDIR); fi
 	@echo Compiling $*.c with @PICFLAGS@
@@ -1503,7 +1503,7 @@
 
 .PHONY: showlayout
 
-showlayout: 
+showlayout:
 	@echo "Samba will be installed into:"
 	@echo "  basedir:     $(BASEDIR)"
 	@echo "  bindir:      $(BINDIR)"
@@ -1581,22 +1581,22 @@
 	  -h _WREPLD_PROTO_H_ $(builddir)/include/wrepld_proto.h \
 	  $(WREPL_OBJ1)
 
-nsswitch/winbindd_proto.h: 
+nsswitch/winbindd_proto.h:
 	@cd $(srcdir) && $(SHELL) $(MKPROTO_SH) $(AWK) \
 	  -h _WINBINDD_PROTO_H_ $(builddir)/nsswitch/winbindd_proto.h \
 	  $(WINBINDD_OBJ1)
 
-web/swat_proto.h: 
+web/swat_proto.h:
 	@cd $(srcdir) && $(SHELL) $(MKPROTO_SH) $(AWK) \
 	  -h _SWAT_PROTO_H_ $(builddir)/web/swat_proto.h \
 	  $(SWAT_OBJ1)
 
-client/client_proto.h: 
+client/client_proto.h:
 	@cd $(srcdir) && $(SHELL) $(MKPROTO_SH) $(AWK) \
 	  -h _CLIENT_PROTO_H_ $(builddir)/client/client_proto.h \
 	  $(CLIENT_OBJ1)
 
-utils/net_proto.h: 
+utils/net_proto.h:
 	@cd $(srcdir) && $(SHELL) $(MKPROTO_SH) $(AWK) \
 	  -h _NET_PROTO_H_ $(builddir)/utils/net_proto.h \
 	  $(NET_OBJ1)
@@ -1606,7 +1606,7 @@
 	  -h _PASSWD_PROTO_H_ $(builddir)/utils/passwd_proto.h \
 	  utils/passwd_util.o
 
-utils/ntlm_auth_proto.h: 
+utils/ntlm_auth_proto.h:
 	@cd $(srcdir) && $(SHELL) $(MKPROTO_SH) $(AWK) \
 	  -h _NTLM_AUTH_PROTO_H_ $(builddir)/utils/ntlm_auth_proto.h \
 	  $(NTLM_AUTH_OBJ1)
@@ -1614,7 +1614,7 @@
 # "make headers" or "make proto" calls a subshell because we need to
 # make sure these commands are executed in sequence even for a
 # parallel make.
-headers: 
+headers:
 	$(MAKE) delheaders; \
 	$(MAKE) smbd/build_options.c; \
 	$(MAKE) include/proto.h; \



More information about the samba-cvs mailing list