- 13 Oct, 2001 1 commit
-
-
sof authored
Add explanatory comment as to why a pair of win32-specific options are filtered out of CC_OPTS.
-
- 01 Oct, 2001 1 commit
-
-
rrt authored
Get rid of \rs at the end of lines in prescripts and postscripts to work around Windows dodginess.
-
- 13 Aug, 2001 1 commit
-
-
simonmar authored
Don't use packString for GHC > 5.00
-
- 07 Aug, 2001 2 commits
-
-
ken authored
Allow (and ignore, i.e., strip away) "-optc" prefix in command-line options. This is for mkdependC-ing and compiling C code under ghc/rts, where we use ghc-inplace as CC and give -optc-Dxxx options in CC_OPTS. We used to generate inaccurate (insufficient) dependencies.
-
simonmar authored
Make this compile with newer GHCs.
-
- 29 May, 2001 1 commit
-
-
rrt authored
Don't build lndir on mingwin, which doesn't have symlinks.
-
- 16 May, 2001 1 commit
-
-
rrt authored
Filter -mwin32 from CC_OPTS.
-
- 10 May, 2001 1 commit
-
-
sof authored
Make lndir work with (current) cygwin impls + support the use of DOS-like paths (e.g, 'f:/oo')
-
- 07 May, 2001 1 commit
-
-
sof authored
couple of bugfixes to make the script do its thing
-
- 03 May, 2001 2 commits
- 20 Mar, 2001 1 commit
-
-
panne authored
SuSE's Version 7.1 once again broke DocBook, so as a last resort we use a home-made CATALOG. >:-(
-
- 26 Feb, 2001 1 commit
-
-
rrt authored
Compile lndir for Cygwin even under mingwin, because mingwin doesn't have symlinks (or sys/param.h).
-
- 21 Feb, 2001 1 commit
-
-
simonmar authored
Make this work with GHC 4.08, and remove duplicate (old) copy of Andy Gill's HTML combinator package.
-
- 07 Feb, 2001 1 commit
-
-
rrt authored
Comment out evil use of egrep. WARNING: If you have to use egrep, then work out a way of stopping it adding a \n to the end of the output file; otherwise you will mess up the test results again, and I will give you a jolly good SPANKING.
-
- 18 Jan, 2001 1 commit
-
-
rrt authored
Merge fix from ghc-4-07-branch (remove spurious bug-catching code that messes up stderr files).
-
- 21 Nov, 2000 1 commit
-
-
simonmar authored
add \$Id\$
-
- 06 Nov, 2000 1 commit
-
-
simonmar authored
sgmlverb.c is in maintainer-clean
-
- 03 Nov, 2000 2 commits
-
-
simonmar authored
don't generate heimdall.summary unless -heimdall is on.
-
simonmar authored
Prepend "./" to the command to run only if the file exists in the current directory, rather than based on whether the command begins with a ''/'. This means that 'make HC=ghc-4.08.1' in ghc/tests works as expected.
-
- 05 Sep, 2000 1 commit
-
-
simonmar 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.
-
- 17 Jul, 2000 1 commit
-
-
keithw authored
Insert code to handle instruction counts from Heimdall, as well as CacheProf.
-
- 11 Jul, 2000 1 commit
-
-
simonmar authored
undo what appears to be an accidental commit
-
- 10 Jul, 2000 1 commit
-
-
rrt authored
Removed carriage returns (\r) from source files. Please don't check in such things; they can cause problems on Cygwin (funnily enough). I'm looking into how to avoid commiting carriage returns when working under Windows.
-
- 05 Jul, 2000 1 commit
-
-
keithw authored
Add -t flag to specify title of report.
-
- 29 Jun, 2000 1 commit
-
-
rrt authored
Remove /bin/ from /bin/rm to avoid problems with systems where it's elsewhere.
-
- 26 Jun, 2000 2 commits
- 18 Jun, 2000 1 commit
-
-
simonmar authored
Add FreeBSD-compatible catalog. This one works on my FreeBSD 4.0 box with the following packages installed: docbook-3.1 dsssl-docbook-modular-1.52 jade-1.2.1 iso8879-1986 alternatively, installing the 'docproj' meta-package gets everything you need.
-
- 01 Jun, 2000 1 commit
-
-
panne authored
The DocBook saga continues: Look for already installed catalog first.
-
- 31 May, 2000 1 commit
-
-
rrt authored
Update to use DOCBOOK_CATALOG to get the correct catalog.
-
- 19 May, 2000 1 commit
-
-
rrt authored
New member of the family. Look out for .redhat, .mandrake, .beos, .w95,... coming soon.
-
- 18 May, 2000 1 commit
-
-
panne authored
* A shell-classic: Inserted space before ] (the lexical syntax of shells is always resource of miracles...) * Made searching for a catalog a little bit more cunning: If SGML_CATALOG_FILES is not set, try FPTOOLS_CATALOG_FILE, then /usr/share/sgml/CATALOG.docbkdsl, the SuSE-Linux default, don't know about Red Hat, Debian, etc. This way "make dvi html pdf ps rtf" works out of the box, at least for me. :-)
-
- 16 May, 2000 3 commits
- 14 May, 2000 1 commit
-
-
panne authored
Recurse into docbook subdir, too
-
- 12 May, 2000 3 commits