You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2010/09/30 21:36:33 UTC

svn commit: r1003213 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

Author: stsp
Date: Thu Sep 30 19:36:33 2010
New Revision: 1003213

URL: http://svn.apache.org/viewvc?rev=1003213&view=rev
Log:
* tools/dev/unix-build/Makefile.svn
  (sign-email): Print OS machine architecture.

Modified:
    subversion/trunk/tools/dev/unix-build/Makefile.svn

Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dev/unix-build/Makefile.svn?rev=1003213&r1=1003212&r2=1003213&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Thu Sep 30 19:36:33 2010
@@ -1032,7 +1032,7 @@ endif
 	@echo ""
 	@echo "Test results: All passed."
 	@echo ""
-	@echo "Platform: `uname -r -s`"
+	@echo "Platform: `uname -r -s -m`"
 	@echo ""
 	@echo "Dependencies:"
 	@echo "bdb:        $(BDB_VER)"