mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
Prefer QL overrides to ASDF setup.
The ql:*local-project-directories* is a much better facility for us to load pgloader from the local PWD rather than from the QL distribution. It looks like the previous method worked by accident, for once, and also downloaded pgloader from QL, unnecessarily (we have the sources locally).
This commit is contained in:
parent
5b227200a9
commit
52720a5e6f
6
Makefile
6
Makefile
@ -101,9 +101,9 @@ clones: $(QLDIR)/local-projects/cl-ixf \
|
||||
$(QLDIR)/local-projects/qmynd ;
|
||||
|
||||
$(LIBS): $(QLDIR)/setup.lisp clones
|
||||
$(CL) $(CL_OPTS) --load $(QLDIR)/setup.lisp \
|
||||
--eval '(push "$(PWD)/" asdf:*central-registry*)' \
|
||||
--eval '(ql:quickload "pgloader")' \
|
||||
$(CL) $(CL_OPTS) --load $(QLDIR)/setup.lisp \
|
||||
--eval '(push "$(PWD)/" ql:*local-project-directories*)' \
|
||||
--eval '(ql:quickload "pgloader")' \
|
||||
--eval '(quit)'
|
||||
touch $@
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user