Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
bd1bd280
Commit
bd1bd280
authored
Feb 27, 2015
by
Guillaume Melquiond
Browse files
Remove the symbolic links from the repository/archive and create them on the fly.
parent
eece5475
Changes
5
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
bd1bd280
...
...
@@ -132,6 +132,9 @@ why3.conf
# /share/
/share/emacs/semantic.cache
/share/Makefile.config
/share/drivers
/share/modules
/share/theories
# /src/
/src/config.sh
...
...
Makefile.in
View file @
bd1bd280
...
...
@@ -118,6 +118,11 @@ CLEANDIRS =
CLEANLIBS
=
GENERATED
=
install_local
::
ln
-s
../drivers share/drivers
ln
-s
../modules share/modules
ln
-s
../theories share/theories
##############
# Why3 library
##############
...
...
share/drivers
deleted
120000 → 0
View file @
eece5475
../drivers
\ No newline at end of file
share/modules
deleted
120000 → 0
View file @
eece5475
../modules/
\ No newline at end of file
share/theories
deleted
120000 → 0
View file @
eece5475
../theories
\ No newline at end of file
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