Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcvb
cl-launch
Commits
aad77a98
Commit
aad77a98
authored
Oct 02, 2015
by
Attila Lendvai
Committed by
Francois-Rene Rideau
Oct 02, 2015
Browse files
makefile: fix some errors preventing 'sudo make install' on my system.
parent
021037b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
aad77a98
...
...
@@ -25,7 +25,7 @@ install_source:
@
mkdir
-p
"
${INSTALL_SOURCE}
/"
@
${CL_LAUNCH}
--include
"
${INSTALL_SOURCE}
"
-B
install_path
>
/dev/null
@
if
[
!
"
$
${PWD}
"
=
"
${INSTALL_SOURCE}
"
]
;
then
\
@
cp dispatch.lisp
"
${INSTALL_SOURCE}
/"
;
\
cp
dispatch.lisp
"
${INSTALL_SOURCE}
/"
;
\
fi
install_system
:
install_source
...
...
@@ -57,7 +57,7 @@ cl-shim: cl-shim.c
ifeq
($(shell uname), Linux)
install_cl
:
install_binary
ln
-s
cl-launch
${INSTALL_BIN}
/cl
ln
-s
f
cl-launch
${INSTALL_BIN}
/cl
else
install_cl
:
cl-shim
cp
-p
cl-shim
${INSTALL_BIN}
/cl
...
...
David Gu
@tgu
mentioned in merge request
!1 (closed)
·
Aug 02, 2016
mentioned in merge request
!1 (closed)
mentioned in merge request !1
Toggle commit list
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