Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
119
Issues
119
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
3fa07edb
Commit
3fa07edb
authored
Sep 20, 2012
by
MARCHE Claude
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete previous $DATADIR/why3 before installing
parent
b5fffd6b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
Makefile.in
Makefile.in
+3
-0
configure.in
configure.in
+2
-2
No files found.
Makefile.in
View file @
3fa07edb
...
...
@@ -212,6 +212,8 @@ clean::
install_no_local
::
mkdir
-p
$(BINDIR)
rm
-rf
$(DATADIR)
/why3
mkdir
-p
$(DATADIR)
/why3
mkdir
-p
$(DATADIR)
/why3/images
mkdir
-p
$(DATADIR)
/why3/images/boomy
mkdir
-p
$(DATADIR)
/why3/images/fatcow
...
...
@@ -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
install_no_local_lib
::
rm
-rf
$(OCAMLLIB)
/why3
mkdir
-p
$(OCAMLLIB)
/why3
cp
-f
src/why3.cm
*
$(OCAMLLIB)
/why3
cp
-f
META
$(OCAMLLIB)
/why3
...
...
configure.in
View file @
3fa07edb
...
...
@@ -394,7 +394,7 @@ else
cp -f src/coq-tactic/coqCompat.8.3.ml src/coq-tactic/coqCompat.ml
AC_MSG_RESULT($COQVERSION)
;;
8.*|trunk)
8.
4
*|trunk)
enable_coq_support=yes
cp -f src/coq-tactic/coqCompat.8.4.ml src/coq-tactic/coqCompat.ml
AC_MSG_RESULT($COQVERSION)
...
...
@@ -402,7 +402,7 @@ else
*)
enable_coq_support=no
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
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment