- Jul 19, 2000
-
-
Reuben Thomas authored
Added -dll option for dll way, now a proper way.
-
- Jul 18, 2000
-
-
Reuben Thomas authored
Changed ExeSuffix to exeext (which is what configure.in actually calls it).
-
Reuben Thomas authored
Add $(EXE_SUFFIX) to hp2ps and unlit
-
- Jul 17, 2000
-
-
Simon Marlow authored
Pass flags -agc to $(HAPPY) if the $(HAPPY_VERSION) is >= 1.8 (previous versions weren't reliable enough with these settings).
-
- Jun 30, 2000
-
-
Simon Marlow authored
Check the version of the installed ghc, and set GhcVersion, GhcMajVersion, GhcMinVersion and GhcPatchLevel make variables.
-
- Jun 29, 2000
-
-
Simon Marlow authored
Add test for GNU regex in libc, which we'll use to decide whether to compile our own copy of the library in package text.
-
- Jun 01, 2000
-
-
sven.panne@aedion.de authored
The DocBook saga continues: Look for already installed catalog first.
-
- May 31, 2000
-
-
Reuben Thomas authored
Always run docbook scripts with the catalog as the first argument (taken from DOCBOOK_CATALOG).
-
chak@cse.unsw.edu.au. authored
Autoconf magic to determine a working DocBook CATALOG file (if any). Makes the makefile variable DOCBOOK_CATALOG refer to this CATALOG file (absolute path).
-
- May 26, 2000
-
-
Simon Marlow authored
Build hslibs first if we're bootstrapping from .hc files.
-
- May 18, 2000
-
-
Simon Marlow authored
cosmetic only
-
- May 12, 2000
-
-
Reuben Thomas authored
Add JadeCmd to find path of jade.
-
Reuben Thomas authored
Removed the SGML directories stuff. This should all be set up by the user (who won't have to if the SGML tools are correctly installed).
-
Reuben Thomas authored
Clarified comment about SGML_TOP.
-
- May 10, 2000
-
-
Reuben Thomas authored
Removed LITERATE, added DOCBOOK_PREFIX, and improved some comments.
-
- May 09, 2000
-
-
Reuben Thomas authored
Removed info and texinfo support.
-
Reuben Thomas authored
Point out in the comment for GhcLibHcOpts that it also applies to the standard library and hslibs.
-
Reuben Thomas authored
Typo: changed ($Var) to $(Var) in test to set SplitObjs.
-
- May 08, 2000
-
-
Reuben Thomas authored
Replaced SGML2INFO stuff (which is no longer supported) with SGML2PS (which is, and may well be useful to some).
-
- Apr 21, 2000
-
-
sven.panne@aedion.de authored
/tmp/msg
-
sven.panne@aedion.de authored
Further steps towards an empty build.mk: * GHC is now built with -O by default * hslibs/tools now use GhcLibToolsHcOpts, again -O by default
-
- Apr 16, 2000
-
-
sven.panne@aedion.de authored
Make splitting object files the default again on non-Windoze platforms
-
- Apr 14, 2000
-
-
Reuben Thomas authored
Fixed -split-objs and removed last vestiges of dLL_ifs.hi.
-
- Apr 04, 2000
-
-
Reuben Thomas authored
Added FIND as a symbol so that it can be changed on OSes which have different ideas as to what "find" should do.
-
- Mar 28, 2000
-
-
Reuben Thomas authored
Added SplitObjs for when -split-objs is being used. Removed -split-objs and -odir from GhcLibHcOpts. -odir shouldn't be needed any more in any case. Changed order of recursive makes so that recursive make happens before make in the current directory. This helps when building hslibs as DLLs, where the cbits DLLs need to be made before the main DLLs.
-
- Jan 24, 2000
-
-
Reuben Thomas authored
Set SRC_SGML2XXX_OPTS variables rather than SGML2XXX_OPTS
-
Reuben Thomas authored
Added SGMLSTYLESHEET variable and set SGML2XXX_OPTS to -d $(SGMLSTYLESHEET)
-
- Jan 05, 2000
-
-
Reuben Thomas authored
Changed rules to make SGML documentation using DocBook tools rather than LinuxDoc.
-
- Dec 29, 1999
-
-
Simon Peyton Jones authored
Set MKDEPENDHS to $(HC) instead of $(GHC). This means that dependencies will be computed with the same compiler as compilations, which is presumably the right thing.
-
- Dec 22, 1999
-
-
Simon Marlow authored
Add comment about TMPDIR.
-
- Dec 21, 1999
-
-
Simon Marlow authored
remove old unused $RTS_PREFIX I just noticed.
-
- Dec 09, 1999
-
-
Simon Marlow authored
eliminate recursive defn: HC <--> WithGhcHc
-
- Dec 08, 1999
-
-
Simon Marlow authored
New make variable: $(WithNofibHc) which defines the Haskell compiler used to build nofib. Define $(GHC_INPLACE) in fptools/mk/config.mk.in. $(WithNofibHc) is set to $(GHC_INPLACE) by default. Fix $(MKDEPENDHS) in ghc/lib/std/Makefile.
-
- Dec 07, 1999
-
-
Simon Marlow authored
Automatically detect installed copies of ghc, nhc and hbc and plug them into the Makefile variables $(GHC), $(NHC) and $(HBC) respectively. $(HC) is now supposed to be a generic installed haskell compiler, which defaults to $(GHC) and can be changed via ./configure --with-hc=<blah>. Reorganise and tidy up a few things in config.mk.in.
-
Simon Marlow authored
80-columnify
-
- Nov 30, 1999
-
-
Simon Marlow authored
Add hslibs to the default $(ProjectsTo{Install,Build})
-
- Nov 12, 1999
-
-
Julian Seward authored
Add checks for readline library (as opposed to headers).
-
- Oct 27, 1999
-
-
Simon Marlow authored
Add way 's', for SMP/PThreads
-
- Oct 15, 1999
-
-
Simon Marlow authored
set $(HC) to the inplace ghc driver script.
-
- Oct 05, 1999
-
-
Simon Marlow authored
--with-ghc-hc is now --with-hc (to be used as the "locally installed Haskell compiler" for all projects).
-