repo.or.cz
/
mrsh.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
version up
[mrsh.git]
/
make_par.sh
blob
42268bab44dbc785ea64f8df332d69e909bc4b75
1
#!/bin/bash
2
3
version
=
$
(
perl
-MMrShell -e
'print
$App
::MrShell::VERSION'
)
4
platform
=
$
(
uname
-m
)
5
6
perl Makefile.PL
7
make
8
9
deps
=
"-M POE::Pipe -M POE::Filter -M POE::Wheel::Run"
10
11
pp
$deps
-I
blib
/
lib
-o
mrsh-
$version
-
$platform
.par mrsh