repo.or.cz
/
ht-drivers.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vmod/vmodttl: fixed bug related to luns not ordered and/or not starting from zero.
[ht-drivers.git]
/
mttn
/
compileall.sh
blob
1ccaa08b9918b3dfa46d6d6957d920a39b321e76
1
echo
"Compiling driver.."
2
cd
driver
;
.
/
compiledrvr
3
echo
"Compiling library.."
4
cd
..
/
lib
;
make
clean CPU
=
ppc4
&&
make
all CPU
=
ppc4
5
echo
"Compiling test program.."
6
cd
..
/
test
;
make
clean CPU
=
ppc4
&&
make
all CPU
=
ppc4
7
exit
0