|
Message
From: cvs at opencores.org<cvs@o...>
Date: Tue Mar 27 00:10:04 CEST 2007
Subject: [cvs-checkins] MODIFIED: s1_core ...
Date: 00/07/03 27:00:10 Modified: s1_core sourceme Log: Changed S1_ROOT to work in home dir, and T1_ROOT to remove version number. Revision Changes Path 1.2 s1_core/sourceme http://www.opencores.org/cvsweb.shtml/s1_core/sourceme.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: sourceme =================================================================== RCS file: /cvsroot/fafa1971/s1_core/sourceme,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- sourceme 4 Jan 2007 01:48:23 -0000 1.1 +++ sourceme 26 Mar 2007 22:10:04 -0000 1.2 @@ -1,7 +1,7 @@ # General paths settings -export S1_ROOT=/usr/design/simplyrisc-s1 -export T1_ROOT=/usr/design/opensparc-t1/current +export S1_ROOT=~/s1_core +export T1_ROOT=/usr/design/opensparc-t1 export PATH=.:$S1_ROOT/tools/bin:$PATH # Filelist names
|
 |