git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Coding violation fixes.
[u/mrichter/AliRoot.git]
/
HLT
/
bin
/
cleanall.sh
Commit
Line
Data
3e87ef69
1
#!/bin/bash
2
###########
3
# $Id$
4
5
for i in ROOT ALIROOT STANDALONE; do
6
export ALIHLT_USEPACKAGE=$i
7
export ALIHLT_LIBDIR=$ALIHLT_TOPDIR/lib_$USEPACKAGE
8
9
cd $ALIHLT_TOPDIR
10
make clean
11
cd ..
12
done