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
315f4c88
Commit
315f4c88
authored
Aug 31, 2005
by
rtoy
Browse files
Correct the usage message.
parent
90295259
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/build.sh
View file @
315f4c88
...
...
@@ -53,7 +53,7 @@ fi
usage
()
{
echo
"build.sh [-123obvu
C
]"
echo
"build.sh [-123obvu
BC?
]"
echo
" -1 Skip build 1"
echo
" -2 Skip build 2"
echo
" -3 Skip build 3"
...
...
@@ -64,9 +64,12 @@ usage ()
echo
' -v v Use the given string as the version. Default is'
echo
" today's date"
echo
" -u Don't build CLX, CLM, or Hemlock"
echo
" -B file Use file as a boot file. Maybe be specified more than once"
echo
" The file is relative to the bootfiles/<version> directory"
echo
' -C [l m] Create the build directories. The args are what'
echo
' you would give to create-target.sh for the lisp'
echo
' and motif variant.'
echo
" -? This help message"
exit
1
}
...
...
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