Some spurious .cm* files were reported by ocamlbuild.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8912 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Pierre Weis 2008-07-14 12:59:21 +00:00
parent 91d39feb72
commit e2091ad798
1 changed files with 3 additions and 0 deletions

View File

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