Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
c8f22e91
Commit
c8f22e91
authored
Aug 18, 2016
by
Robert Goldman
Browse files
Merge branch 'master' into run-program-bug-fixes.
Pull Makefile fix into the branch.
parents
40a448a2
65367881
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
c8f22e91
...
...
@@ -52,8 +52,14 @@ else
export
CL_SOURCE_REGISTRY
=
${ASDF_DEVEL_SOURCE_REGISTRY}
endif
else
# no ASDF_DEVEL_SOURCE_REGISTRY
export
CL_SOURCE_REGISTRY
=
${sourceDirectory}
/:
${sourceDirectory}
/uiop/:
${sourceDirectory}
/ext//
:
export
CL_SOURCE_REGISTRY
=
${sourceDirectory}
/:
${sourceDirectory}
/uiop/:
${sourceDirectory}
/ext//
endif
#$(error "CL_SOURCE_REGISTRY is ${CL_SOURCE_REGISTRY}")
sys
:=
$(
shell
uname
-o
)
ifeq
($(sys),Cygwin)
CL_SOURCE_REGISTRY
:=
$(
shell
cygpath
-pw
"
${CL_SOURCE_REGISTRY}
"
)
endif
l
?=
sbcl
...
...
@@ -76,6 +82,8 @@ driver_lisp := uiop/package.lisp uiop/common-lisp.lisp uiop/utility.lisp uiop/os
defsystem_lisp
:=
upgrade.lisp component.lisp system.lisp cache.lisp find-system.lisp find-component.lisp operation.lisp action.lisp lisp-action.lisp plan.lisp operate.lisp output-translations.lisp source-registry.lisp parse-defsystem.lisp bundle.lisp concatenate-source.lisp package-inferred-system.lisp backward-internals.lisp backward-interface.lisp interface.lisp user.lisp footer.lisp
all_lisp
:=
$(header_lisp)
$(driver_lisp)
$(defsystem_lisp)
print-%
:
; @echo $* = $($*)
# Making ASDF itself should be our first, default, target:
build/asdf.lisp
:
$(all_lisp)
mkdir
-p
build
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment