mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 10:31:02 +02:00
Match pgloader-standalone target to pgloader target
This commit is contained in:
parent
36eeb6f438
commit
fe35487048
10
Makefile
10
Makefile
@ -153,13 +153,13 @@ $(PGLOADER): $(MANIFEST) $(BUILDAPP) $(LISP_SRC)
|
||||
pgloader: $(PGLOADER) ;
|
||||
|
||||
pgloader-standalone:
|
||||
$(BUILDAPP) --require sb-posix \
|
||||
--require sb-bsd-sockets \
|
||||
--require sb-rotate-byte \
|
||||
--load-system pgloader \
|
||||
$(BUILDAPP) $(BUILDAPP_OPTS) \
|
||||
--sbcl $(CL) \
|
||||
--load-system $(APP_NAME) \
|
||||
--load src/hooks.lisp \
|
||||
--entry pgloader:main \
|
||||
--dynamic-space-size $(DYNSIZE) \
|
||||
--compress-core \
|
||||
$(COMPRESS_CORE_OPT) \
|
||||
--output $(PGLOADER)
|
||||
|
||||
test: $(PGLOADER)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user