From a56f5a4b25f21d18b453bd1d089039f952a69b44 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Fri, 24 Jun 2022 16:17:29 +0200 Subject: [PATCH] Build bundle file Close #1347 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6839ef0..2ea7c58 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ QLDIR = $(BUILDDIR)/quicklisp MANIFEST = $(BUILDDIR)/manifest.ql LATEST = $(BUILDDIR)/pgloader-latest.tgz -BUNDLEDIST = 2020-02-18 +BUNDLEDIST = 2022-02-20 BUNDLENAME = pgloader-bundle-$(VERSION) BUNDLEDIR = $(BUILDDIR)/bundle/$(BUNDLENAME) BUNDLE = $(BUILDDIR)/$(BUNDLENAME).tgz @@ -182,7 +182,7 @@ clean-bundle: $(BUNDLETESTD): mkdir -p $@ -$(BUNDLEDIR): +$(BUNDLEDIR): quicklisp mkdir -p $@ $(CL) $(CL_OPTS) --load $(QLDIR)/setup.lisp \ --eval '(defvar *bundle-dir* "$@")' \