Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
3c6a2fc8
Commit
3c6a2fc8
authored
Jan 12, 2023
by
Loïc Correnson
Browse files
Merge branch 'fix/make-install-echo-n' into 'master'
[make] fixed echo -n in Makefile See merge request frama-c/frama-c!4043
parents
2705371d
453565af
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/Makefile.installation
View file @
3c6a2fc8
...
...
@@ -64,12 +64,12 @@ ifndef PREFIX
else
ifeq
($(PREFIX),$(OPAM_SWITCH_PREFIX))
@
echo
"Installing
$(INSTALL_TARGET)
to current Opam switch"
@
echo
-n
" Copying and relocating files..."
@
printf
" Copying and relocating files..."
dune
install
${MANDIR_OPT}
2> /dev/null
@
echo
" (done)"
else
@
echo
"Installing
$(INSTALL_TARGET)
to
${PREFIX}
"
@
echo
-n
" Copying and relocating files..."
@
printf
" Copying and relocating files..."
dune
install
--prefix
${PREFIX}
${MANDIR_OPT}
2> /dev/null
@
echo
" (done)"
@
echo
'DO NOT FORGET TO EXPAND YOUR OCAMLPATH VARIABLE:'
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment