From e4f167083c8550e450428565eca3be00b67baea4 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <fare@tunes.org>
Date: Sun, 8 Aug 2010 15:13:21 -0400
Subject: [PATCH] Change the order in which implementations are tested, for
 faster results.

---
 GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index f4dcf8bb..2f18cd1b 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -7,7 +7,7 @@ clnet_home      := "/project/asdf/public_html/"
 
 sourceDirectory := $(shell pwd)
 
-lisps ?= allegro ccl clisp ecl sbcl scl abcl
+lisps ?= ccl clisp sbcl ecl allegro abcl scl
 ## not tested by me: allegromodern cmucl lisworks
 ## FAIL: gclcvs
 ## maybe supported by asdf, not supported yet by our tests: cormancl mcl scl
-- 
GitLab