From: sewardj Date: Fri, 3 Dec 1999 12:36:08 +0000 (+0000) Subject: [project @ 1999-12-03 12:36:08 by sewardj] X-Git-Tag: Approximately_9120_patches~5440 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=55255d02f961c8677a3794754ad956a43a37575a;p=ghc-hetmet.git [project @ 1999-12-03 12:36:08 by sewardj] Directory wibbles --- diff --git a/ghc/interpreter/runallnofib b/ghc/interpreter/runallnofib index a35051c..2204f78 100644 --- a/ghc/interpreter/runallnofib +++ b/ghc/interpreter/runallnofib @@ -5,8 +5,8 @@ echo "runallnofib: Can't cd to nofibtmp" exit fi -TROOT=/home/v-julsew/Oct19 -NROOT=$TROOT/fpO/nofib +TROOT=/home/v-julsew/Nov25 +NROOT=$TROOT/fpt/nofib cd nofibtmp diff --git a/ghc/interpreter/runnofib b/ghc/interpreter/runnofib index d30e43c..3aeca64 100644 --- a/ghc/interpreter/runnofib +++ b/ghc/interpreter/runnofib @@ -1,12 +1,12 @@ #!/bin/bash -TROOT=/home/v-julsew/Oct19 +TROOT=/home/v-julsew/Nov25 -STGHUGSFLAGS=-P$TROOT/fpO/ghc/interpreter/lib -NROOT=$TROOT/fpO/nofib -HUGZ=$TROOT/fpO/ghc/interpreter +STGHUGSFLAGS=-P$TROOT/fpt/ghc/interpreter/lib +NROOT=$TROOT/fpt/nofib +HUGZ=$TROOT/fpt/ghc/interpreter LD_LIBRARY_PATH=$HUGZ:$LD_LIBRARY_PATH -HSCPP=$TROOT/fpO/ghc/utils/hscpp +HSCPP=$TROOT/fpt/ghc/utils/hscpp echo echo "==================== $1/$2 ===================="