aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/config/util/crayar.sh
blob: 6296de51daff1be77a3f3d56f015c96df414985d (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
lib=$1
shift
if cray2; then
        bld cr $lib `lorder $* | tsort`
else
        ar clq $lib $*
fi