Commit 36d7c944 authored by Robert P. Goldman's avatar Robert P. Goldman Committed by Gary King
Browse files

Reference to asdf-binary-locations section.

Added a cross-reference from the chapter on using ASDF to the discussion
of ASDF-binary-locations.
parent 7d2fa145
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -279,6 +279,15 @@ beyond compiling, loading and testing.
Reminder: before ASDF can operate on a system, however, it must be able
to find and load that system's definition.

@section Placement of compiled files

By default, ASDF will place the compiled files it creates in the same
directory as the source files.  This works for most simple use cases.
However, if you use multiple Common Lisp implementations, or for some
other reason need to place your compiled files elsewhere, you will want
to enable ASDF-BINARY-LOCATIONS.  @xref{Controlling where ASDF saves
compiled files}.

@section Summary

To use ASDF: