You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2007/10/28 23:57:59 UTC

svn commit: r589439 - /incubator/stdcxx/trunk/bin/genxviews

Author: sebor
Date: Sun Oct 28 15:57:50 2007
New Revision: 589439

URL: http://svn.apache.org/viewvc?rev=589439&view=rev
Log:
2007-10-28  Martin Sebor  <se...@roguewave.com>

	* genxviews (CROSS, OUTDIR): Replaced hardcoded directory prefix
	with $HOME and "cross" with "xbuildgen."

Modified:
    incubator/stdcxx/trunk/bin/genxviews

Modified: incubator/stdcxx/trunk/bin/genxviews
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/bin/genxviews?rev=589439&r1=589438&r2=589439&view=diff
==============================================================================
--- incubator/stdcxx/trunk/bin/genxviews (original)
+++ incubator/stdcxx/trunk/bin/genxviews Sun Oct 28 15:57:50 2007
@@ -22,9 +22,9 @@
 #
 ########################################################################
 
-CROSS=/home/sebor/bin/cross
+CROSS=$HOME/bin/xbuildgen
 
-OUTDIR=/home/sebor/public_html/stdcxx/results
+OUTDIR=$HOME/public_html/stdcxx/results
 
 cd $OUTDIR