Skip to content

Commit

Permalink
update distclean target
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14801 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
Damien Doligez committed May 12, 2014
1 parent f4654c8 commit d0368bc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ distclean:
rm -f boot/ocamlrun boot/ocamlrun.exe boot/camlheader boot/ocamlyacc \ rm -f boot/ocamlrun boot/ocamlrun.exe boot/camlheader boot/ocamlyacc \
boot/*.cm* boot/libcamlrun.a boot/*.cm* boot/libcamlrun.a
rm -f config/Makefile config/m.h config/s.h rm -f config/Makefile config/m.h config/s.h
rm -f tools/*.bak tools/ocamlmklibconfig.ml rm -f tools/*.bak
rm -f ocaml ocamlc rm -f ocaml ocamlc
rm -f testsuite/_log rm -f testsuite/_log


Expand Down
8 changes: 7 additions & 1 deletion Makefile.nt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -727,7 +727,13 @@ depend: beforedepend
alldepend:: depend alldepend:: depend


distclean: distclean:
./build/distclean.sh $(MAKE) clean
rm -f boot/ocamlrun boot/ocamlrun.exe boot/camlheader boot/ocamlyacc \
boot/*.cm* boot/libcamlrun.a
rm -f config/Makefile config/m.h config/s.h
rm -f tools/*.bak
rm -f ocaml ocamlc
rm -f testsuite/_log


.PHONY: all backup bootstrap checkstack clean .PHONY: all backup bootstrap checkstack clean
.PHONY: partialclean beforedepend alldepend cleanboot coldstart .PHONY: partialclean beforedepend alldepend cleanboot coldstart
Expand Down
2 changes: 1 addition & 1 deletion tools/ci-build
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ esac


cd "$workdir" cd "$workdir"


$make -f Makefile$nt clean distclean || : $make -f Makefile$nt distclean || :


if $docheckout; then if $docheckout; then
svn update --accept theirs-full svn update --accept theirs-full
Expand Down

0 comments on commit d0368bc

Please sign in to comment.