Commit e970ff25 authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Added ASDF_DEVEL_SOURCE_REGISTRY.

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.
parent bd30a8d0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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