mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 23:07:00 +02:00
Do not reload pgloader in Makefile (#1091)
This commit is contained in:
parent
30376b2cfe
commit
94d0612c12
1
Makefile
1
Makefile
@ -103,7 +103,6 @@ $(LIBS): $(QLDIR)/setup.lisp
|
|||||||
$(CL) $(CL_OPTS) --load $(QLDIR)/setup.lisp \
|
$(CL) $(CL_OPTS) --load $(QLDIR)/setup.lisp \
|
||||||
--eval '(push :pgloader-image *features*)' \
|
--eval '(push :pgloader-image *features*)' \
|
||||||
--eval '(setf *print-circle* t *print-pretty* t)' \
|
--eval '(setf *print-circle* t *print-pretty* t)' \
|
||||||
--eval '(ql:quickload "pgloader")' \
|
|
||||||
--eval '(push "$(PWD)/" ql:*local-project-directories*)' \
|
--eval '(push "$(PWD)/" ql:*local-project-directories*)' \
|
||||||
--eval '(ql:quickload "pgloader")' \
|
--eval '(ql:quickload "pgloader")' \
|
||||||
--eval '(quit)'
|
--eval '(quit)'
|
||||||
|
Loading…
Reference in New Issue
Block a user