mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-22 21:03:53 +00:00
Fix bugs that were stopping *.res and *.out files being cleaned up properly.
Estimated hours taken: 0.5 Fix bugs that were stopping *.res and *.out files being cleaned up properly. tests/Mmake.common: tests/general/accumulator/Mmakefile: tests/invalid/Mmakefile: tests/misc_tests/Mmakefile: tests/tabling/Mmakefile: tests/term/Mmakefile: tests/valid/Mmakefile: tests/warnings/Mmakefile: Make cleaning tasks depend on (real)clean_local rather than (real)clean. This is because tests/startup and tests/shutdown use the *_local targets. tests/general/Mmakefile: Fix bugs in the recursive mmake calls.
This commit is contained in:
@@ -118,7 +118,7 @@ errs: $(ERRS)
|
||||
depend: aditi_update_errors.depend aditi_update_mode_errors.depend \
|
||||
test_nested.depend partial_implied_mode.depend
|
||||
|
||||
clean:
|
||||
clean_local:
|
||||
rm -f *.err *.err_res
|
||||
|
||||
#-----------------------------------------------------------------------------#
|
||||
|
||||
Reference in New Issue
Block a user