Skip to content
Snippets Groups Projects
Commit 3d85f85f authored by sof's avatar sof
Browse files

[project @ 1997-03-24 02:59:37 by sof]

2.02 final update
parent be062c2c
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,6 @@ ...@@ -5,8 +5,6 @@
# needs to be uncommented and set, if it hasn't already # needs to be uncommented and set, if it hasn't already
# been set above automatically: # been set above automatically:
# #
#$INSTLIBDIR_GHC='/local/fp/lib/fptools/i386-unknown-footos/ghc-2.02'; #$libdir='/local/fp/lib/fptools/i386-unknown-footos/ghc-2.02';
#
#
# Pls ignore the gumpf that immediately follows..
# #
...@@ -3,10 +3,12 @@ ...@@ -3,10 +3,12 @@
# #
# Perl script expect bindings for the following variables to be prepended # Perl script expect bindings for the following variables to be prepended
# #
# TMPDIR INSTLIBDIR_GHC # TMPDIR libdir
#
# without them, not much success :-(
# #
$debug = 0; $debug = 0; # first line of script, builds confidence :-)
$outsuffix = ".resid.ps"; # change as appropriate $outsuffix = ".resid.ps"; # change as appropriate
if ( $ENV{'TMPDIR'} ) { # where to make tmp file names if ( $ENV{'TMPDIR'} ) { # where to make tmp file names
...@@ -16,7 +18,7 @@ if ( $ENV{'TMPDIR'} ) { # where to make tmp file names ...@@ -16,7 +18,7 @@ if ( $ENV{'TMPDIR'} ) { # where to make tmp file names
$ENV{'TMPDIR'} = ${TMPDIR}; # set the env var as well $ENV{'TMPDIR'} = ${TMPDIR}; # set the env var as well
} }
@INC = ( ${INSTLIBDIR_GHC} ); @INC = ( ${libdir} );
require('parse-gcstats.prl') || die "Can't load parse-gcstats.prl!\n"; require('parse-gcstats.prl') || die "Can't load parse-gcstats.prl!\n";
require('process-gcstats.prl') || die "Can't load process-gcstats.prl!\n"; require('process-gcstats.prl') || die "Can't load process-gcstats.prl!\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment