Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
why3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
Why3
why3
Commits
3fa07edb
Commit
3fa07edb
authored
12 years ago
by
MARCHE Claude
Browse files
Options
Downloads
Patches
Plain Diff
delete previous $DATADIR/why3 before installing
parent
b5fffd6b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.in
+3
-0
3 additions, 0 deletions
Makefile.in
configure.in
+2
-2
2 additions, 2 deletions
configure.in
with
5 additions
and
2 deletions
Makefile.in
+
3
−
0
View file @
3fa07edb
...
@@ -212,6 +212,8 @@ clean::
...
@@ -212,6 +212,8 @@ clean::
install_no_local
::
install_no_local
::
mkdir
-p
$(
BINDIR
)
mkdir
-p
$(
BINDIR
)
rm
-rf
$(
DATADIR
)
/why3
mkdir
-p
$(
DATADIR
)
/why3
mkdir
-p
$(
DATADIR
)
/why3/images
mkdir
-p
$(
DATADIR
)
/why3/images
mkdir
-p
$(
DATADIR
)
/why3/images/boomy
mkdir
-p
$(
DATADIR
)
/why3/images/boomy
mkdir
-p
$(
DATADIR
)
/why3/images/fatcow
mkdir
-p
$(
DATADIR
)
/why3/images/fatcow
...
@@ -235,6 +237,7 @@ install_no_local::
...
@@ -235,6 +237,7 @@ install_no_local::
# if test -d /etc/bash_completion.d; then cp -f share/bash/why3 /etc/bash_completion.d; fi
# if test -d /etc/bash_completion.d; then cp -f share/bash/why3 /etc/bash_completion.d; fi
install_no_local_lib
::
install_no_local_lib
::
rm
-rf
$(
OCAMLLIB
)
/why3
mkdir
-p
$(
OCAMLLIB
)
/why3
mkdir
-p
$(
OCAMLLIB
)
/why3
cp
-f
src/why3.cm
*
$(
OCAMLLIB
)
/why3
cp
-f
src/why3.cm
*
$(
OCAMLLIB
)
/why3
cp
-f
META
$(
OCAMLLIB
)
/why3
cp
-f
META
$(
OCAMLLIB
)
/why3
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
2
−
2
View file @
3fa07edb
...
@@ -394,7 +394,7 @@ else
...
@@ -394,7 +394,7 @@ else
cp -f src/coq-tactic/coqCompat.8.3.ml src/coq-tactic/coqCompat.ml
cp -f src/coq-tactic/coqCompat.8.3.ml src/coq-tactic/coqCompat.ml
AC_MSG_RESULT($COQVERSION)
AC_MSG_RESULT($COQVERSION)
;;
;;
8.*|trunk)
8.
4
*|trunk)
enable_coq_support=yes
enable_coq_support=yes
cp -f src/coq-tactic/coqCompat.8.4.ml src/coq-tactic/coqCompat.ml
cp -f src/coq-tactic/coqCompat.8.4.ml src/coq-tactic/coqCompat.ml
AC_MSG_RESULT($COQVERSION)
AC_MSG_RESULT($COQVERSION)
...
@@ -402,7 +402,7 @@ else
...
@@ -402,7 +402,7 @@ else
*)
*)
enable_coq_support=no
enable_coq_support=no
AC_MSG_WARN(You need Coq 8.3 or later; Coq discarded)
AC_MSG_WARN(You need Coq 8.3 or later; Coq discarded)
reason_coq_support=" (need version 8.3 or
lat
er)"
reason_coq_support=" (
version is $COQVERSION but
need version 8.3 or
high
er)"
;;
;;
esac
esac
fi
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment