Skip to content
Snippets Groups Projects
Commit 6f361074 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

add component-relative-pathname to the fmakunbound list, for hot upgrade

(found by the pathname-test in ecl)
parent 63ce1e4e
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,8 @@
':asdf
:use '(:common-lisp :asdf-utilities)
:unintern '(#:*asdf-revision* #:around #:asdf-method-combination)
:fmakunbound '(#:perform #:explain #:output-files #:operation-done-p)
:fmakunbound '(#:perform #:explain #:output-files #:operation-done-p
#:component-relative-pathname)
:export
'(#:defsystem #:oos #:operate #:find-system #:run-shell-command
#:system-definition-pathname #:find-component ; miscellaneous
......
......@@ -134,7 +134,11 @@ case "$lisp" in
nodebug="-batch"
eval="-eval" ;;
ecl)
command=ecl
#if [ -x /usr/lib/ecl/ecl-original ] ; then
# command=/usr/lib/ecl/ecl-original
#else
command=ecl
#fi
flags="-norc"
eval="-eval" ;;
lispworks)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment