- Nov 07, 2000
-
-
Simon Marlow authored
Merge before-ghci -> before-ghci-branch-merged in the non-ghc parts of the tree.
-
- Nov 06, 2000
-
-
Simon Marlow authored
Change the way source distributions are built. Now we do a 'make boot', 'make distclean', build a link tree to filter some files out (eg. .cvsignore), and finally tar up the result. The process isn't bulletproof, so it makes sense to compare the manifest against previous versions. Now you don't have to be in a linked build tree to make a source distribution.
-
Simon Marlow authored
.depend should be in DIST_CLEAN, not MAINTAINER_CLEAN
-
Simon Marlow authored
enhance the clean target for doc subdirs
-
Simon Marlow authored
clean more files: %.s for each %.hs/%.lhs, *_stub.{c,h}, *.raw_s.
-
- Nov 03, 2000
-
-
Simon Marlow authored
maintainer-clean should include distclean.
-
- Nov 02, 2000
-
-
Simon Marlow authored
Found a better way to do the arch test for $(GhcWithInterpreter), used it for $(GhcWithNativeCodeGen) too and removed one $(shell...).
-
Simon Marlow authored
Cleaning up the configuration/build process. - New build.mk option: GhcWithInterpreter. It has reasonable defaults, and shouldn't need to be overriden (you get the interpreter if you're bootstrapping with ghc 4.09+ on an ELF architecture, at the moment). - compilation manager now lives in compiler/compMan. compiler/ghci contains only interpreter-related files. - WithGhcHc has gone, it now defaults to $(GHC). This is so that we can reliably determine the version of $(GHC) using the stuff that configure tells us. configure gets a new --with-ghc option so you can specify which ghc to use.
-
Simon Marlow authored
Remove GhcWithRegisterised since it isn't used. It might be re-instated later if/when we decide on the right way to implement it.
-
- Oct 31, 2000
-
-
Simon Marlow authored
GHC_INPLACE is in ghc/compiler now.
-
- Oct 13, 2000
-
-
Simon Marlow authored
Disable -split-objs for way 'u'.
-
- Oct 03, 2000
-
-
Reuben Thomas authored
Backed out bogon (last commit was completely nonsensical).
-
Reuben Thomas authored
Add $(FPTOOLS_TOP)/dll to PATH when running GHC_INPLACE. This is to make the inplace compiler pick up the right set of DLLs under Windows, and won't have any effect on other platforms (where the dll directory is empty).
-
- Sep 10, 2000
-
-
sven.panne@aedion.de authored
First (awkward) steps towards an HOpenGL integration
-
- Sep 05, 2000
-
-
Simon Marlow authored
No need to set TMPDIR in BUILD_LIB now. Perhaps this was a workaround for the previous bug.
-
Simon Marlow authored
Rename the make variable TMPDIR to DEFAULT_TMPDIR. This fixes the problem that saying 'TMPDIR=/foo make' in an fptools tree didn't work, because GNU make is in the habit of overriding an environment variable with the value of the corresponding make variable in a sub-process.
-
- 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.
-