fix de clean

suppressiond e CODERUNPARAMS inutile


git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1156 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 1996-11-06 16:55:11 +00:00
parent ebb135596b
commit b219042451
1 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,6 @@ CAMLYACC = ::yacc:ocamlyacc
CAMLLEX = ::boot:ocamlrun ::lex:ocamllex
CAMLDEP = ::boot:ocamlrun ::tools:ocamldep
CAMLRUN = ::byterun:ocamlrun
CODERUNPARAMS = 'o=100'
BYTE_EXE = fib.byt takc.byt taku.byt sieve.byt quicksort.byt quicksort.fast.byt ś
fft.byt fft.fast.byt soli.byt soli.fast.byt boyer.byt kb.byt ś
@ -70,8 +69,9 @@ beforedepend
{BYTE_EXE} Ä ::stdlib:stdlib.cma
clean ÄÄ
delete -i Å.byt || set status 0
delete -i Å.cm[io] || set status 0
delete -i Å.byt || set status 0
delete -i Å.cm[io] || set status 0
directory :Moretest; domake clean; directory ::
# Regression test
@ -87,7 +87,7 @@ test
end
clean ÄÄ
delete -i :Lex:testscanner.ml {tempfolder}ocaml-test
delete -i :Lex:testscanner.ml "{tempfolder}ocaml-test"
# Benchmark