From 55255d02f961c8677a3794754ad956a43a37575a Mon Sep 17 00:00:00 2001 From: sewardj Date: Fri, 3 Dec 1999 12:36:08 +0000 Subject: [PATCH] [project @ 1999-12-03 12:36:08 by sewardj] Directory wibbles --- ghc/interpreter/runallnofib | 4 ++-- ghc/interpreter/runnofib | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) 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 ====================" -- 1.7.10.4