Make static linking command more robustv0.19.0
commitdb355ead88d40ef371a828648a476ad6d8cce663
authorFrancois-Rene Rideau <fare@tunes.org>
Thu, 4 May 2017 21:26:29 +0000 (4 17:26 -0400)
committerLuís Oliveira <luismbo@gmail.com>
Fri, 5 May 2017 08:07:18 +0000 (5 09:07 +0100)
tree6355fe943c38debd909a7dd9cea07dbbfd9b8302
parent347e2c2b00b2fea9a01a9f2480b18dfcf4aa5ce8
Make static linking command more robust

Ensure symbols are printed and read from package asdf, instead of printed
from package common-lisp and read from what is probably common-lisp-user
but without 100% guarantee. This also makes the printed output easy to
copyable and pastable into any syntactic context that will let you use
require and in-package. Finally symbols in sub-packages of ASDF won't be
printed as being of their particular subpackage, which works better if there
are package discrepancies between the implementation-provided ASDF and the
configured ASDF to which it will be upgraded at the first command.

Add some comments and reformat some code.
toolchain/static-link.lisp