From e970ff25596ed18d1fa23936a19a641976a66f51 Mon Sep 17 00:00:00 2001
From: "Robert P. Goldman" <rpgoldman@gmail.com>
Date: Wed, 22 May 2013 14:52:14 -0500
Subject: [PATCH] Added ASDF_DEVEL_SOURCE_REGISTRY.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This will give the ASDF developer a special way of initializing the ASDF
source registry to load the libraries needed to run Faré's builder tools.
---
 Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile b/Makefile
index c946aa23..f277b359 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,10 @@ ifdef ASDF_TEST_SYSTEMS
 s ?= ${ASDF_TEST_SYSTEMS}
 endif
 
+ifdef ASDF_DEVEL_SOURCE_REGISTRY
+CL_SOURCE_REGISTRY = ${ASDF_DEVEL_SOURCE_REGISTRY}
+endif
+
 l ?= sbcl
 
 ABCL ?= abcl
-- 
GitLab