removed "make clean" in test

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@10247 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2010-04-07 14:32:12 +00:00
parent 8ec401c932
commit a034508f08
1 changed files with 0 additions and 3 deletions

View File

@ -702,9 +702,6 @@ ocamlbuild-mixed-boot: ocamlc otherlibraries
partialclean::
rm -rf _build
if test -d test; then \
(cd test; $(MAKE) clean); \
fi
# Check that the stack limit is reasonable.