% cat ~/.config/common-lisp/asdf-output-translations.conf
(:output-translations :inherit-configuration ((:home "tmp") (:home "tmp2")))
% sbcl
This is SBCL 2.4.11, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domainBSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
* (load "/usr/local/lib/sbcl/asdf/asdf.lisp" :verbose t)
T
* (print asdf::*output-translations*)
NIL
NIL
*