- 06 Nov, 2000 1 commit
-
-
simonmar 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.
-
- 25 Aug, 2000 1 commit
-
-
simonmar authored
Fix for copying html documentation into a binary dist.
-
- 13 Jul, 2000 1 commit
-
-
simonmar authored
Take the README for a binary dist from the project directory, not fptools.
-
- 18 May, 2000 1 commit
-
-
simonmar authored
doc-building fix.
-
- 31 Jan, 2000 1 commit
-
-
simonmar authored
Add configure target to detect when autoconf needs to be run.
-
- 20 Jan, 2000 1 commit
-
-
simonmar authored
Fairly grotesque hacks to get the HTML docs, which are now generated into a subdirectory by db2html, into a binary dist.
-
- 26 Oct, 1999 1 commit
-
-
simonmar authored
Fix documentation installing in a binary dist.
-
- 05 Oct, 1999 2 commits
-
-
simonmar authored
GHC versions are now of the form AA.BB.C, where AA is the major version, BB is the minor version, and C is the patchlevel. Part of this commit accidentally ended up in an earlier commit to fptools/ghc/mk/version.mk, which contains some comments on the version rationale. Excerpt: # ProjectVersionInt does *not* contain the patchlevel (rationale: this # figure is used for conditional compilations, and library interfaces # etc. are not supposed to change between patchlevels). i.e. a patchlevel is for bugfixes only, no new features or interface-changing changes. Unfortunately, we made this mistake in 4.04pl1, and won't be making it again.
-
simonmar authored
Build System Cleanup -------------------- This commit is intended to clear the way for automatic RPM building. In particular, the idea is that 'make install' doesn't build anything, so you can do make install prefix=/some/tmp/prefix to install everything in /some/tmp/prefix, but leave the hardwired-in install directories the same. For scripts that depend on the install dir (currently just the GHC driver and mkdependHS), we now build two versions: <script>-inplace, which is used for running the script from the build tree, and <script>, which is the to-be-installed version. NOTE: binary distributions are now a little bit trickier to build. You *must* include the line "BIN_DIST=1" in your build.mk if you intend to make a binary distribution from the current build tree. This is because certain scripts have to be built differently, and we don't rebuild them when doing 'make binary-dist' anymore (since 'make binary-dist' just does a 'make install' with a re-targetted prefix, just like the RPM builder). Other changes - the binary-dist machinery is now all in fptools/Makefile - removed a gratuitous $(package)-$(version) level of directories from the binary distribution. - binary distributions are now placed under the package name, rather than fptools/fptools. - various other minor cleanups.
-
- 24 Jun, 1999 1 commit
-
-
simonmar authored
Install the LICENSE file.
-
- 27 Aug, 1998 1 commit
-
-
simonm authored
wibble
-
- 26 Aug, 1998 1 commit
-
-
simonm authored
minor fix to get source dists working.
-
- 20 Aug, 1998 1 commit
-
-
sof authored
Made Makefile evil hack, slightly less so
-
- 14 Aug, 1998 1 commit
-
-
sof authored
Include project-specific config.mk file when building binary-dists
-
- 31 May, 1998 1 commit
-
-
sof authored
Include acconfig.h with src dists
-
- 07 Jan, 1998 1 commit
-
-
simonm authored
protect part of the binary-dist rules against 'for i in ; do ...'.
-
- 22 Dec, 1997 1 commit
-
-
simonm authored
portabilify a test.
-
- 19 Dec, 1997 1 commit
-
-
simonm authored
add PACKAGE_BINS for a binary_dist.
-
- 18 Dec, 1997 1 commit
-
-
simonm authored
correct typo in bindist configuration stuff.
-
- 16 Dec, 1997 2 commits
- 13 Oct, 1997 1 commit
-
-
simonm authored
replace a few ';' with '&&' so that failures in for-loops bomb out properly.
-
- 09 Oct, 1997 2 commits
- 03 Oct, 1997 1 commit
-
-
simonm authored
Replace $(ProjectVersion) with $(GhcProjectVersion) where appropriate. Also add stuff to install happy in a binary distribution.
-
- 30 Sep, 1997 1 commit
-
-
simonm authored
uncomment creation of 'configure' in binary-dist.
-
- 24 Sep, 1997 1 commit
-
-
simonm authored
Build and install documentation for a binary distribution.
-
- 18 Sep, 1997 1 commit
-
-
simonm authored
remove some gumph from the SRC_INSTALL files.
-
- 28 Aug, 1997 1 commit
-
-
sof authored
Include aclocal.m4 in source distribs
-
- 09 Jun, 1997 1 commit
-
-
sof authored
updated BIN_DIST_TOP
-
- 06 Jun, 1997 1 commit
-
-
sof authored
Include version-specific ANNOUNCE
-
- 05 Jun, 1997 1 commit
-
-
sof authored
Include distrib/ in source distributions
-
- 19 May, 1997 1 commit
-
-
sof authored
ghc-2-03-p1 merged onto main trunk
-
- 25 Mar, 1997 1 commit
-
-
sof authored
Last-minute 2.02 updates
-
- 24 Mar, 1997 2 commits
- 17 Mar, 1997 1 commit
-
-
simonpj authored
More small changes towards 2.02
-
- 14 Mar, 1997 1 commit
-
-
simonpj authored
Major update to more-or-less 2.02
-
- 21 Nov, 1996 1 commit
-
-
simonm authored
New Build System!
-