aboutsummaryrefslogtreecommitdiff
path: root/tools/translate-v8
diff options
context:
space:
mode:
authorherbelin2003-08-11 10:15:52 +0000
committerherbelin2003-08-11 10:15:52 +0000
commit70015a2eba9dcbf15e00a2597400c6afba56523f (patch)
tree532e423cdbf522978df0db89b91f1baf04da0afa /tools/translate-v8
parent9edb2d97d405ef15ca19af9021e664ef72bab5a6 (diff)
Outils de traduction
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4252 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tools/translate-v8')
-rwxr-xr-xtools/translate-v814
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/translate-v8 b/tools/translate-v8
new file mode 100755
index 0000000000..efeb6d0439
--- /dev/null
+++ b/tools/translate-v8
@@ -0,0 +1,14 @@
+echo
+echo ------------------ Producing v8 files -------------------------
+make clean
+make OPT=-translate || { echo ---- Failed to translate; exit 1; }
+$COQBIN/../tools/upgrade-v8 || { echo ---- Failed to upgrade files; exit 1; }
+echo
+echo ------------------ Recompiling v8 files -----------------------
+make clean
+make OPT=-v8 || { echo ---- Failed to recompile; exit 1; }
+echo
+echo ------------------ Translation completed ----------------------
+echo Old files are in directory v7
+
+