Common.Makefile.mkMakefile now passes the specified makefile name to
the code that generates the makefile content (f.i.,
Haskell.makefile), which can use it to generate the appropriate rm
command line for the distclean target
The new test case distcleanTest checks that the test directory is
empty except for the input file after a generate, build and distclean
cycle
See also
75 (Options to choose makefile filename)
883701c (Add an optional argument to change Makefile name)
Common.Makefile.mkMakefile
now passes the specified makefile name to the code that generates the makefile content (f.i.,Haskell.makefile
), which can use it to generate the appropriaterm
command line for thedistclean
targetThe new test case distcleanTest checks that the test directory is empty except for the input file after a generate, build and distclean cycle
See also
75 (Options to choose makefile filename)