repo.or.cz
/
kugel-rb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add filetype colours to the manual. Also add a macro to give the
[kugel-rb.git]
/
tools
/
checkwps
/
buildall.sh
blob
8d0ad9fd21fb7c2e59e2f8a4976a294c867e940a
1
#!/bin/sh
2
rootdir
=
`dirname
$0
`
3
4
cat
$rootdir
/
targets.txt |
(
5
while
read
target model
6
do
7
rm
-f
checkwps.
$model
8
make
-s -C
$rootdir
MODEL
=
$model
TARGET
=
$target
checkwps
9
mv
$rootdir
/
checkwps.
$model
.
/
checkwps.
$model
> /
dev
/
null
2
>&
1
10
done
11
)