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
abf380d6
Commit
abf380d6
authored
May 07, 2014
by
Jacques-Pascal Deplaix
Committed by
Jean-Christophe Filliâtre
May 13, 2014
Browse files
Fix the clean_old_install Makefile rule
parent
24c88f90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
abf380d6
...
...
@@ -229,10 +229,12 @@ clean::
# installation
###############
# TODO: Clean this madness
clean_old_install
:
rm
-f
$(BINDIR)
/why3
*
rm
-rf
$(DATADIR)
/why3
rm
-rf
$(OCAMLINSTALLLIB)
/why3
rm
-rf
$(LIBDIR)
/why3/plugins
ifeq
($(EMACS),no)
...
...
@@ -400,7 +402,6 @@ clean::
rm
-f
lib/plugins/
*
install_no_local
::
rm
-rf
$(LIBDIR)
/why3/plugins
mkdir
-p
$(LIBDIR)
/why3/plugins
cp
-f
$(
foreach
f,
$(LIBPLUGCMO)
$(LIBPLUGCMXS)
,
$(
wildcard
$(f)
))
$(LIBDIR)
/why3/plugins
...
...
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