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/19 20:43:59 UTC

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

Author: gsim
Date: Thu Mar 19 19:43:59 2009
New Revision: 756153

URL: http://svn.apache.org/viewvc?rev=756153&view=rev
Log:
QPID-1740: corrected some whitespace issues and esnured the subdirs var is processed at the right time


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=756153&r1=756152&r2=756153&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/examples/Makefile.am (original)
+++ qpid/branches/0.5-release/qpid/cpp/examples/Makefile.am Thu Mar 19 19:43:59 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=756153&r1=756152&r2=756153&view=diff
==============================================================================
--- qpid/branches/0.5-release/qpid/cpp/examples/makedist.mk (original)
+++ qpid/branches/0.5-release/qpid/cpp/examples/makedist.mk Thu Mar 19 19:43:59 2009
@@ -18,6 +18,6 @@
 	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