X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=85fc4e22c41310db282ea45abe67b41209f6fade;hb=613c0042a759afde1e699e6fa4462549c9d20ed2;hp=760e7dd997431d5be547578faa9e3075eca40dfc;hpb=b7c838d72825624f2d8ff43ad7f91b14a35bd3fb;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index 760e7dd..85fc4e2 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -347,6 +347,11 @@ NoFibHcOpts = -O # ################################################################################ +# Directory used by GHC (and possibly other tools) for storing +# temporary files. If your /tmp isn't big enough, either override +# this in build.mk or set your environment variable "TMPDIR" to point +# to somewhere with more space. (TMPDIR=. is a good choice). + TMPDIR = /tmp # FPTOOLS_TOP: the top of the fptools hierarchy, absolute path. @@ -479,8 +484,6 @@ TEXI2HTML_PREFIX = $(LITERATE_PREFIX)texi2html/ HAPPY_PREFIX = $(FPTOOLS_TOP)/happy/src/ GREENCARD_PREFIX = $(FPTOOLS_TOP)/green-card/src/ -RTS_PREFIX = $(FPTOOLS_TOP)/common-rts/ - UNLIT_PREFIX = $(FPTOOLS_TOP)/ghc/utils/unlit/ UGEN_PREFIX = $(FPTOOLS_TOP)/ghc/utils/ugen/ STAT2RESID_PREFIX = $(FPTOOLS_TOP)/ghc/utils/stat2resid/ @@ -503,7 +506,7 @@ HBC = @HBC@ NHC = @NHC@ HC = @WithHc@ -MKDEPENDHS = $(GHC) +MKDEPENDHS = $(HC) # Sometimes we want to invoke ghc from the build tree in different # projects (eg. it's handy to have a nofib & a ghc build in the same @@ -629,10 +632,10 @@ YACC = @YaccCmd@ #----------------------------------------------------------------------------- # SGML stuff (currently not configured - we assume you have it) -SGML2LATEX = sgml2latex -SGML2HTML = sgml2html -SGML2INFO = sgml2info -SGML2TXT = sgml2txt +SGML2DVI = db2dvi +SGML2HTML = db2html +SGML2INFO = db2info +SGML2RTF = db2rtf #----------------------------------------------------------------------------- # FPtools support software @@ -646,7 +649,6 @@ MSUB = $(MSUB_PREFIX)msub ETAGS = $(ETAGS_PREFIX)etags VERBATIM = $(VERBATIM_PREFIX)verbatim SGMLVERB = $(SGMLVERB_PREFIX)sgmlverb -SGML2LATEX = sgml2latex RUNTEST = $(RUNTEST_PREFIX)runstdtest HAPPY = @HappyCmd@ HAPPY_VERSION = @HappyVersion@ @@ -717,6 +719,7 @@ HSTAGS = $(HSTAGS_PREFIX)hstags # The ways currently defined. # ALL_WAYS=p t u s mp mg a b c d e f g h i j k l m n o A B +USER_WAYS=a b c d e f g h i j k l m n o A B # # The following ways currently have treated specially, p u t mg,