From 70015a2eba9dcbf15e00a2597400c6afba56523f Mon Sep 17 00:00:00 2001 From: herbelin Date: Mon, 11 Aug 2003 10:15:52 +0000 Subject: Outils de traduction git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4252 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tools/translate-v8 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 tools/translate-v8 (limited to 'tools/translate-v8') 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 + + -- cgit v1.2.3