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
f7506ddc
Commit
f7506ddc
authored
May 04, 2013
by
Raymond Toy
Browse files
Filter out the Config.*common files from the list of lisp variants.
parent
a8f7a91b
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/create-target.sh
View file @
f7506ddc
...
@@ -10,7 +10,7 @@ usage() {
...
@@ -10,7 +10,7 @@ usage() {
echo
""
echo
""
# List possible values for lisp-variant and motif-variant
# List possible values for lisp-variant and motif-variant
echo
"Possible LISP-VARIANTs:"
echo
"Possible LISP-VARIANTs:"
(
cd
src/lisp/
&&
ls
-1
Config.
*
)
|
sed
's;^Config[.];;g'
|
pr
-3at
-o
8
||
quit
"Can't list lisp-variants"
(
cd
src/lisp/
&&
ls
-1
Config.
*
)
|
sed
's;^Config[.];;g'
|
grep
-v
common |
pr
-3at
-o
8
||
quit
"Can't list lisp-variants"
echo
"Possible MOTIF-VARIANTs:"
echo
"Possible MOTIF-VARIANTs:"
(
cd
src/motif/server/
&&
ls
-1
Config.
*
)
|
sed
's;^Config[.];;g'
|
pr
-3at
-o
8
||
quit
"Can't list lisp-variants"
(
cd
src/motif/server/
&&
ls
-1
Config.
*
)
|
sed
's;^Config[.];;g'
|
pr
-3at
-o
8
||
quit
"Can't list lisp-variants"
exit
2
exit
2
...
...
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