summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2007-02-09 13:29:12 +0000
committerDamien Doligez <damien.doligez-inria.fr>2007-02-09 13:29:12 +0000
commit324953bf5579ccd4a827304c4a8303ff197c1b57 (patch)
treeed94f693eb55e6dc683c822c44755202dcb5dc65 /build
parent1560e25f2c5fa3368a60a8d1f278d078eb3d234b (diff)
downloadocaml-324953bf5579ccd4a827304c4a8303ff197c1b57.tar.gz
clean more
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7847 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'build')
-rwxr-xr-xbuild/distclean.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/distclean.sh b/build/distclean.sh
index dc2a77b0a5..fd68adc110 100755
--- a/build/distclean.sh
+++ b/build/distclean.sh
@@ -4,6 +4,7 @@ set -ex
(cd byterun && make clean)
(cd asmrun && make clean)
(cd yacc && make clean)
+(cd ocamlbuild && make distclean)
rm -rf _build
rm -f boot/ocamlrun boot/ocamlrun.exe boot/camlheader \
boot/myocamlbuild boot/myocamlbuild.native boot/myocamlbuild.native.exe \