aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-07-18 14:10:11 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-07-18 14:10:11 +0000
commit448fee159c56b0bc81679d53b8731913ea069376 (patch)
treecd37aac9366c29c50eb5f5c199e4e73e2b196254 /Makefile
parent8e01fae88684a49be9556cf9f11289e001975502 (diff)
Bugs make clean
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5953 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c04656017..78655a437 100644
--- a/Makefile
+++ b/Makefile
@@ -1494,6 +1494,7 @@ archclean::
rm -f ide/utils/*.cmx* ide/utils/*.[soa]
rm -f translate/*.cmx* translate/*.[soa]
rm -f tools/*.cmx* tools/*.[soa]
+ rm -f tools/*/*.cmx* tools/*/*.[soa]
rm -f scripts/*.cmx* scripts/*.[soa]
rm -f dev/*.cmx* dev/*.[soa]
@@ -1514,6 +1515,7 @@ clean:: archclean
rm -f ide/utils/*.cm[ioa]
rm -f translate/*.cm[ioa]
rm -f tools/*.cm[ioa]
+ rm -f tools/*/*.cm[ioa]
rm -f scripts/*.cm[ioa]
rm -f dev/*.cm[ioa]
rm -f */*.pp[iox] contrib/*/*.pp[iox]
@@ -1596,9 +1598,7 @@ include .depend.coq
include .depend.coq7
clean::
- rm -fr *.v8 states/*.v8 syntax/*.v8 ide/*.v8 \
- theories/*/*.v8 theories7/*/*.v8 test-suite/*/*.v8 \
- contrib/*/*.v8 contrib7/*/*.v8
+ rm -fr *.v8 syntax/*.v8 ide/*.v8 theories7/*/*.v8 contrib7/*/*.v8
find . -name "\.#*" -exec rm -f {} \;
find . -name "*~" -exec rm -f {} \;