|
Message
From: cvs at opencores.org<cvs@o...>
Date: Fri Nov 25 10:35:30 CET 2005
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/05/11 25:10:35 Modified: jop/cyctest web.bat Log: clean modelsim directory Revision Changes Path 1.7 jop/cyctest/web.bat http://www.opencores.org/cvsweb.shtml/jop/cyctest/web.bat.diff?r1=1.6&r2=1.7 (In the diff below, changes in quantity of whitespace are not shown.) Index: web.bat =================================================================== RCS file: /cvsroot/martin/jop/cyctest/web.bat,v retrieving revision 1.6 retrieving revision 1.7 diff -u -b -r1.6 -r1.7 --- web.bat 11 Oct 2005 16:10:46 -0000 1.6 +++ web.bat 25 Nov 2005 09:35:29 -0000 1.7 @@ -2,6 +2,9 @@ cd ..\.. xcopy /s jop \tmp\jop\ cd \tmp\jop +cd modelsim +call clean +cd .. for /R . %%x IN (*.jop) DO del %%x for /R . %%x IN (*.ttf) DO del %%x for /R . %%x IN (*.sof) DO del %%x
|