diff options
author | bart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2008-09-11 15:03:59 +0000 |
---|---|---|
committer | bart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2008-09-11 15:03:59 +0000 |
commit | fcadb003965b86dbabd04802163f195039f1844b (patch) | |
tree | 35edf316bcb39fdbd50f4a6f006c670f14be3cdf /nightly | |
parent | 6ec6603abc2206fb8f672e4e2bd3e0fcf1f295c0 (diff) |
Added a note explaining that the code in this file is interpreted by more than one shell.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8600 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'nightly')
-rw-r--r-- | nightly/conf/georgia-tech-cellbuzz.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nightly/conf/georgia-tech-cellbuzz.conf b/nightly/conf/georgia-tech-cellbuzz.conf index 9561b37f..27a62d06 100644 --- a/nightly/conf/georgia-tech-cellbuzz.conf +++ b/nightly/conf/georgia-tech-cellbuzz.conf @@ -2,6 +2,10 @@ # Specifics for the Georgia Tech Cellbuzz cluster (Fedora Core release 6 on the host # and IBM BladeCenter QS20 target). # See also http://wiki.cc.gatech.edu/cellbuzz/index.php/Main_Page. +# +# Note: please keep in mind that the default shell (a.o. used by cron) on the +# Georgia Tech Cellbuzz cluster is tcsh. Any shell code must be suitable for +# sh, bash and tcsh. As an example, tcsh understands ">&" but not "2>&1". ABT_DETAILS="IBM BladeCenter QS20" ABT_CONFIGURE_OPTIONS="--build=x86_64-linux-gnu --host=powerpc64-unknown-linux --target=powerpc64-unknown-linux STRIP=/opt/cell/bin/ppu-strip CC=/opt/cell/bin/ppu-gcc CPP='/opt/cell/bin/ppu-gcc -E' CXX=/opt/cell/bin/ppu-g++ RANLIB=/opt/cell/bin/ppu-ranlib CCAS=/opt/cell/bin/ppu-gcc" |