~ chicken-core (chicken-5) 134c710fe6c71bc4a4e673f9732cc14f4fdae63d
commit 134c710fe6c71bc4a4e673f9732cc14f4fdae63d Author: felix <felix@call-with-current-continuation.org> AuthorDate: Tue Sep 14 08:44:09 2010 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Tue Sep 14 08:44:09 2010 +0200 rm -rf for testclean (thanks to Kon Lovett) diff --git a/rules.make b/rules.make index e8f990cd..cbd7e338 100644 --- a/rules.make +++ b/rules.make @@ -1035,7 +1035,7 @@ spotless: distclean testclean distclean: clean confclean testclean: - $(REMOVE_COMMAND) $(REMOVE_COMMAND_OPTIONS) $(SRCDIR)tests$(SEP)a.out $(SRCDIR)tests$(SEP)scrutiny.out \ + $(REMOVE_COMMAND) $(REMOVE_COMMAND_RECURSIVE_OPTIONS) $(SRCDIR)tests$(SEP)a.out $(SRCDIR)tests$(SEP)scrutiny.out \ $(SRCDIR)tests$(SEP)tmp* $(SRCDIR)tests$(SEP)*.so $(SRCDIR)tests$(SEP)*.import.scm $(SRCDIR)tests$(SEP)repository # run testsTrap