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
cmucl
cmucl
Commits
8be7988c
Commit
8be7988c
authored
Sep 11, 2013
by
Raymond Toy
Browse files
Set lvshort to solaris too if lisp_variant=sparc*.
parent
7e2a98ee
Changes
1
Show whitespace changes
Inline
Side-by-side
bin/create-target.sh
View file @
8be7988c
...
...
@@ -50,7 +50,7 @@ uname_m=`uname -m 2>/dev/null`
case
$lisp_variant
in
*
linux
*
)
lvshort
=
linux
;;
*
freebsd
*
)
lvshort
=
freebsd
;;
*
solaris
*
)
lvshort
=
solaris
;;
*
solaris
*
|
sparc
*
)
lvshort
=
solaris
;;
*
)
lvshort
=
unknown
;;
esac
...
...
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