Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Didier Verna
asdf
Commits
9852f6d9
Commit
9852f6d9
authored
Jan 27, 2017
by
dkim
Browse files
Use the -s option of uname, which is more universally available than -o
The uname command on macOS does not support the -o option.
parent
d0eef070
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
9852f6d9
...
...
@@ -55,8 +55,8 @@ else # no ASDF_DEVEL_SOURCE_REGISTRY
export
CL_SOURCE_REGISTRY
=
${sourceDirectory}
/:
${sourceDirectory}
/uiop/:
${sourceDirectory}
/ext//
endif
#$(error "CL_SOURCE_REGISTRY is ${CL_SOURCE_REGISTRY}")
sys
:=
$(
shell
uname
-
o
)
ifeq
(
$(sys),Cygwin
)
sys
:=
$(
shell
uname
-
s
)
if
n
eq
(
,$(findstring CYGWIN,$(sys))
)
CL_SOURCE_REGISTRY
:=
$(
shell
cygpath
-pw
"
${CL_SOURCE_REGISTRY}
"
)
endif
...
...
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