mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 10:31:02 +02:00
Makefile: add standalone target that doesn't install quicklisp
This commit is contained in:
parent
7ec2ca30e8
commit
73299237fb
12
Makefile
12
Makefile
@ -73,6 +73,16 @@ $(PGLOADER): manifest buildapp
|
||||
|
||||
pgloader: $(PGLOADER) ;
|
||||
|
||||
pgloader-standalone:
|
||||
buildapp --require sb-posix \
|
||||
--require sb-bsd-sockets \
|
||||
--require sb-rotate-byte \
|
||||
--load-system pgloader \
|
||||
--entry pgloader:main \
|
||||
--dynamic-space-size 4096 \
|
||||
--compress-core \
|
||||
--output $(PGLOADER)
|
||||
|
||||
test:
|
||||
$(MAKE) PGLOADER=$(realpath $(PGLOADER)) -C test all
|
||||
|
||||
@ -95,4 +105,4 @@ rpm:
|
||||
|
||||
check: test ;
|
||||
|
||||
.PHONY: test
|
||||
.PHONY: test pgloader-standalone
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user