diff options
author | Nicolas Pouillard <np@nicolaspouillard.fr> | 2007-02-22 16:02:44 +0000 |
---|---|---|
committer | Nicolas Pouillard <np@nicolaspouillard.fr> | 2007-02-22 16:02:44 +0000 |
commit | 3ecf34d3a91e6b5fa5f0bfe00e98b4c313cc7a67 (patch) | |
tree | a8465bd96b5152e03b16a2d0eb20fbef74702d3b /build | |
parent | fefcce073e6b7e32134ca2cd0280e773b1fa6545 (diff) | |
download | ocaml-3ecf34d3a91e6b5fa5f0bfe00e98b4c313cc7a67.tar.gz |
[OCaml build system] Inverse the hygiene policy
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7896 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'build')
-rwxr-xr-x | build/distclean.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/distclean.sh b/build/distclean.sh index 9d1f2b1eec..606ebb5e77 100755 --- a/build/distclean.sh +++ b/build/distclean.sh @@ -17,7 +17,8 @@ rm -f driver/main.byte driver/optmain.byte lex/main.byte \ camlp4/build/terminfo.ml{i,} # from ocamlbuild bootstrap -rm -f ocamlbuild/{_build,_log,_start,ocamlbuild.byte.start,boot/ocamlbuild} +rm -f ocamlbuild/{_log,ocamlbuild.byte.start,boot/ocamlbuild} +rm -rf ocamlbuild/{_build,_start} # from the old build system rm -f camlp4/build/camlp4_config.ml camlp4/**/*.cm* |