~ chicken-core (chicken-5) 6832900e74c3c719ecc2fc3800416ce0cd38151c


commit 6832900e74c3c719ecc2fc3800416ce0cd38151c
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Thu Dec 3 20:15:38 2009 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Thu Dec 3 20:15:38 2009 +0100

    trivial changes

diff --git a/rules.make b/rules.make
index 05b18803..121fa120 100644
--- a/rules.make
+++ b/rules.make
@@ -854,8 +854,7 @@ install:
 	  $(IMPORT_LIBRARIES:%=%.so) $(IMPORT_LIBRARIES:%=%.import.so)
 	$(MAKE) -f $(SRCDIR)Makefile.$(PLATFORM) CONFIG=$(CONFIG) NEEDS_RELINKING=no \
 	  RUNTIME_LINKER_PATH=$(LIBDIR) SONAME_VERSION=.$(BINARYVERSION) install
-	$(MAKE_WRITABLE_COMMAND) $(CHICKEN_PROGRAM)$(EXE) $(CSI_PROGRAM)$(EXE) \
-	  $(CSC_PROGRAM)$(EXE) $(CHICKEN_PROFILE_PROGRAM)$(EXE)
+	$(MAKE_WRITABLE_COMMAND) $(CHICKEN_PROGRAM)$(EXE) $(CSI_PROGRAM)$(EXE) $(CSC_PROGRAM)$(EXE) $(CHICKEN_PROFILE_PROGRAM)$(EXE)
 ifndef STATICBUILD
 	$(MAKE_WRITABLE_COMMAND) $(CHICKEN_INSTALL_PROGRAM)$(EXE)
 	$(MAKE_WRITABLE_COMMAND) $(CHICKEN_UNINSTALL_PROGRAM)$(EXE)
diff --git a/tests/runtests.sh b/tests/runtests.sh
index 67cf7f77..52246a22 100644
--- a/tests/runtests.sh
+++ b/tests/runtests.sh
@@ -208,7 +208,8 @@ $compile -e embedded2.scm
 ./a.out
 
 echo "======================================== timing compilation ..."
-time $compile compiler.scm -t -S -O5 -debug pb -vv
+time $compile compiler.scm -S -O5 -debug pb -vv
+time ./a.out
 
 echo "======================================== running floating-point benchmark ..."
 echo "boxed:"
Trap