From: sewardj Date: Mon, 11 Oct 1999 12:16:16 +0000 (+0000) Subject: [project @ 1999-10-11 12:16:16 by sewardj] X-Git-Tag: Approximately_9120_patches~5713 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=62ff3ab52217dffbd615c71523799e590da50e42;p=ghc-hetmet.git [project @ 1999-10-11 12:16:16 by sewardj] Minor library handling mods to make nofib work again. --- diff --git a/ghc/interpreter/runallnofib b/ghc/interpreter/runallnofib index 754e30a..38ea3bf 100644 --- a/ghc/interpreter/runallnofib +++ b/ghc/interpreter/runallnofib @@ -5,7 +5,7 @@ echo "runallnofib: Can't cd to nofibtmp" exit fi -TROOT=/home/v-julsew/Mar09 +TROOT=/home/v-julsew/Oct11 NROOT=$TROOT/fpO/nofib cd nofibtmp diff --git a/ghc/interpreter/runnofib b/ghc/interpreter/runnofib index 7fe123f..3167702 100644 --- a/ghc/interpreter/runnofib +++ b/ghc/interpreter/runnofib @@ -1,6 +1,6 @@ #!/bin/bash -TROOT=/home/v-julsew/Mar09 +TROOT=/home/v-julsew/Oct11 STGHUGSFLAGS=-P$TROOT/fpO/ghc/interpreter/lib NROOT=$TROOT/fpO/nofib @@ -19,20 +19,20 @@ fi if [ -f $NROOT/$1/$2/$2.stdin ] then -echo "$HUGZ/hugs +Q $NROOT/$1/$2/Main*hs -- $3 $4 $5 $6 $7 $8 $9" +echo "$HUGZ/hugs +Q -P$NROOT/$1/$2 Main -- $3 $4 $5 $6 $7 $8 $9" echo " < $NROOT/$1/$2/$2.stdin 2> /dev/null" echo " > $TMPFILE" else -echo "$HUGZ/hugs +Q $NROOT/$1/$2/Main*hs -- $3 $4 $5 $6 $7 $8 $9" +echo "$HUGZ/hugs +Q -P$NROOT/$1/$2 Main -- $3 $4 $5 $6 $7 $8 $9" echo " < /dev/null 2> /dev/null" echo " > $TMPFILE" fi if [ -f $NROOT/$1/$2/$2.stdin ] then -$HUGZ/hugs +Q $NROOT/$1/$2/Main*hs -- $3 $4 $5 $6 $7 $8 $9 < $NROOT/$1/$2/$2.stdin 2> /dev/null > $TMPFILE +$HUGZ/hugs +Q -P$NROOT/$1/$2 Main -- $3 $4 $5 $6 $7 $8 $9 < $NROOT/$1/$2/$2.stdin 2> /dev/null > $TMPFILE else -$HUGZ/hugs +Q $NROOT/$1/$2/Main*hs -- $3 $4 $5 $6 $7 $8 $9 < /dev/null 2> /dev/null > $TMPFILE +$HUGZ/hugs +Q -P$NROOT/$1/$2 Main -- $3 $4 $5 $6 $7 $8 $9 < /dev/null 2> /dev/null > $TMPFILE fi if [ $? -ne 0 ]; then