Files
mercury/compiler
Simon Taylor 57bcfc05ba Improve the handling of `--use-grade-subdirs' so that it can
Estimated hours taken: 2.5
Branches: main

Improve the handling of `--use-grade-subdirs' so that it can
be documented.

compiler/compile_target_code.m:
	With `--use-grade-subdirs', link or copy executables
	and libraries into the user's directory.

compiler/make.program_target.m:
compiler/modules.m:
	Move code to create a symlink into modules.m, next to
	the code to create directories (all of this should really
	go in the standard library).

	Add a predicate to copy a file (which should also go
	in the standard library).

compiler/make.program_target.m:
	Make the realclean target delete the symlinks or copies
	of executables and libraries.

NEWS:
library/io.m:
	Add io__binary_input_stream_foldl, etc. for use in copying files.

NEWS:
compiler/options.m:
doc/user_guide.texi:
	Document `--use-grade-subdirs'.

tests/Mmakefile:
tests/grade_subdirs:
tests/grade_subdirs/Mmakefile:
tests/grade_subdirs/Mercury.options:
tests/grade_subdirs/hello.{m,exp}:
	Test case.
2002-10-31 14:47:44 +00:00
..
2002-10-10 06:01:48 +00:00
2002-09-30 11:12:36 +00:00
2002-09-15 18:52:19 +00:00
2002-07-18 07:53:20 +00:00
2002-09-27 06:59:17 +00:00
2002-09-12 13:18:27 +00:00
2002-03-25 19:27:29 +00:00