Variable *Source-To-Target-Mappings*

The source-to-target-mappings variable specifies mappings from source to target. If the target is nil, then it means to not map the source to anything. I.e., to leave it as is. This has the effect of turning off ASDF-Binary-Locations for the given source directory. Examples:

;; compile everything in .../src and below into .../cmucl
'((“/nfs/home/compbio/d95-bli/share/common-lisp/src/”
“/nfs/home/compbio/d95-bli/lib/common-lisp/cmucl/”))

;; leave SBCL innards alone (SBCL specific)
(list (list (princ-to-string (sb-ext:posix-getenv “SBCL_HOME”)) nil))

Part of:

package asdf

Value: nil