
malcolm: Mon Jul 22 17:24:35 CEST 2002 Update of /usr/src/master/nhc/src/hmake In directory hinken:/tmp/cvs-serv28264 Modified Files: Output.hs Log Message: Minor hmake improvements for -hat: * hmake -hat -realclean now removes all (and only) the tracing intermediate files, i.e. TModule.hs, TModule.hi, TModule.o, Module.hx but not Module.hi (as it did previously and incorrectly). * The echoing of the commands in a cpp/hat-trans/mv sequence is now separate, so that it is easier to see which command fails (if one does). * When hmake -hat invokes cpp to a temporary file, then hat-trans on the temporary, the resulting .hx file must be moved back to the working directory (in addition to the TModule.hs file that is already moved back.)