Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asdf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
15
Issues
15
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
asdf
asdf
Commits
c8f22e91
Commit
c8f22e91
authored
Aug 18, 2016
by
Robert Goldman
Browse files
Options
Browse Files
Download
Plain Diff
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
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
Makefile
Makefile
+9
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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