These were mistakenly removed during the version number
hacking (
58a9509...). It's important to separate the good command-line
build from builds done inside a resident Lisp for hacking, because the
latter might be full of debug pessimizations.
+ASDF_ENV = \
+ ASDF_OUTPUT_TRANSLATIONS=$$(cd $(srcdir); pwd):$(abs_builddir):
+
###--------------------------------------------------------------------------
### The source files.
###--------------------------------------------------------------------------
### The source files.
bin_PROGRAMS += sod
sod_SOURCES =
sod: $(LISP_SOURCES) sod.asd sod-frontend.asd auto.lisp
bin_PROGRAMS += sod
sod_SOURCES =
sod: $(LISP_SOURCES) sod.asd sod-frontend.asd auto.lisp
- $(V_DUMP)$(CL_LAUNCH) -o sod -d ! -l $(LISPSYS) +I \
+ $(V_DUMP)$(ASDF_ENV) $(CL_LAUNCH) -o sod -d ! -l $(LISPSYS) +I \
-s sod-frontend -r sod-frontend:main
###--------------------------------------------------------------------------
-s sod-frontend -r sod-frontend:main
###--------------------------------------------------------------------------
## Running the Lisp tests.
check-local: sod sod-test.asd
## Running the Lisp tests.
check-local: sod sod-test.asd
- $(V_TEST)$(CL_LAUNCH) -l $(LISPSYS) -s sod-test +I \
+ $(V_TEST)$(ASDF_ENV) $(CL_LAUNCH) -l $(LISPSYS) -s sod-test +I \
-i '(handler-case (asdf:test-system "sod") ;\
(error (cond) ;\
(format *error-output* "ERR: ~A~%" cond) ;\
-i '(handler-case (asdf:test-system "sod") ;\
(error (cond) ;\
(format *error-output* "ERR: ~A~%" cond) ;\