- Jul 21, 2000
-
-
Reuben Thomas authored
Make sure DLL_NAME only has DLL_PEN prepended if DLL_NAME has already been set, i.e. a DLL is really to be built.
-
- Jul 19, 2000
-
-
Reuben Thomas authored
Added -dll option for dll way, now a proper way.
-
Reuben Thomas authored
Target dlls directly into DLL_PEN so that they don't get rebuilt all the time.
-
- 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
-
Reuben Thomas authored
Move dlls to $(DLL_PEN) after generation.
-
Reuben Thomas authored
Move DLLs to $(DLL_PEN) after generation.
-
- 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 20, 2000
-
-
Simon Marlow authored
mkdependHS doesn't understand the -o option anymore; instead it grokss ghc's -osuf option. We never really used this, and it behaves strangely when mixed with -s, but at least now it doesn't conflict with GHC's -opt<blah> options.
-
- Jun 17, 2000
-
-
chak@cse.unsw.edu.au. authored
* SGML_DOC can now hold a _list_ of sgml documentations to build * both building.sgml and ffi-art.sgml are now build in docs/ *MERGE*
-
- Jun 08, 2000
-
-
sven.panne@aedion.de authored
autoconf hackery for CTypes{,ISO}
-
- 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.
-
Simon Marlow authored
Put back the '$(RM) $@' in the rule for building library modules when splitting, until we fix this problem properly.
-
- 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 27, 2000
-
-
Simon Marlow authored
Further cleanups to the clean targets. Don't recurse too much for distclean and maintainer-clean.
-
Simon Marlow authored
sort out the clean targets. - veryclean has gone away (don't know where it came from in the first place) - the clean targets are now mostlyclean <= clean <= distclean <= maintainer-clean
-
- 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 20, 2000
-
-
sven.panne@aedion.de authored
Improved rules for stubs. Not perfect yet, but better than before.
-
Simon Peyton Jones authored
wibble
-
- Apr 19, 2000
-
-
Simon Peyton Jones authored
- Don't rm the .o file when splitting. Doing so forces grotesque amounts of recompilation
-
- Apr 17, 2000
-
-
Simon Marlow authored
- actually add -split-objs to SRC_HC_OPTS if $(SplitObjs) == YES and we're building a library. - collect together all the $(SplitObjs) stuff in one place under the library building code (it's only relevant for libraries). SplitObjs=YES should now work.
-
Simon Marlow authored
Move the HC_PRE & HC_POST stuff into target.mk, so we can override SplitObjs in the Makefile properly.
-
Simon Marlow authored
Add $(INSTALL_INCLUDES), we'll probably need it at some point.
-
- 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
find changed to FIND, that Windows users may ignore DOS find when PATH has gone astray.
-