You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2009/03/20 10:07:48 UTC

svn commit: r756380 - in /qpid/branches/0.5-release/qpid/cpp/examples: Makefile.am makedist.mk

Author: gsim
Date: Fri Mar 20 09:07:47 2009
New Revision: 756380

URL: http://svn.apache.org/viewvc?rev=756380&view=rev
Log:
QPID-1740: Merged r756376 from trunk; further whitespace cleanup.


Modified:
    qpid/branches/0.5-release/qpid/cpp/examples/Makefile.am
    qpid/branches/0.5-release/qpid/cpp/examples/makedist.mk

Modified: qpid/branches/0.5-release/qpid/cpp/examples/Makefile.am
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/examples/Makefile.am?rev=756380&r1=756379&r2=756380&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/examples/Makefile.am (original)
+++ qpid/branches/0.5-release/qpid/cpp/examples/Makefile.am Fri Mar 20 09:07:47 2009
@@ -31,7 +31,7 @@
 $(MAKEDIST): Makefile
 	mkdir -p .libs
 	@(echo 'all clean:' ; \
-		echo '	for d in $(SUBDIRS) ; do $$(MAKE) -C $$$$d $$@ ; done' ; \
+	echo '	for d in $(SUBDIRS) ; do $$(MAKE) -C $$$$d $$@ ; done' ; \
 	) > $(MAKEDIST)
 
 examplesdir=$(pkgdatadir)/examples

Modified: qpid/branches/0.5-release/qpid/cpp/examples/makedist.mk
URL: http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/cpp/examples/makedist.mk?rev=756380&r1=756379&r2=756380&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/examples/makedist.mk (original)
+++ qpid/branches/0.5-release/qpid/cpp/examples/makedist.mk Fri Mar 20 09:07:47 2009
@@ -11,13 +11,13 @@
 
 $(MAKEDIST): Makefile
 	mkdir -p .libs
-	@(echo CXX=$(CXX)                     ; \
-        echo CXXFLAGS=$(CXXFLAGS)           ; \
-        echo LDFLAGS=$(MAKELDFLAGS)          ; \
-        echo                                ; \
+	@(echo CXX=$(CXX)                   ; \
+	echo CXXFLAGS=$(CXXFLAGS)           ; \
+	echo LDFLAGS=$(MAKELDFLAGS)         ; \
+	echo                                ; \
 	echo all: $(noinst_PROGRAMS)        ; \
 	echo                                ; \
 	echo clean:                         ; \
-	echo "	rm -f $(noinst_PROGRAMS)" ; \
+	echo "	rm -f $(noinst_PROGRAMS)"   ; \
 	) > $(MAKEDIST)
 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org