git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Coding violation fixes.
[u/mrichter/AliRoot.git]
/
HLT
/
bin
/
alone.sh
1
#!/bin/bash
2
###########
3
# $Id$
4
5
export ALIHLT_USEPACKAGE=STANDALONE
6
export ALIHLT_LIBDIR=$ALIHLT_TOPDIR/lib_$ALIHLT_USEPACKAGE
7
8
cd $ALIHLT_TOPDIR
9
make libs
10