aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-10-30 14:34:04 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-10-30 14:34:04 +0100
commit176e22fe71baecd761a4af70ad0247e641f170ed (patch)
tree661990ee5b43c3e7eb2df6607c8cc61a0fb6aaa9 /tools
parent9f30d89eb842c5a926b8f07e3eb1bb8b8ef453b4 (diff)
Attempt to build this for GitLab CI
Diffstat (limited to 'tools')
-rw-r--r--tools/star/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 5053d54..0026a5c 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -74,11 +74,11 @@ manifest: modules/DBIish/lib
patch:
patch -p1 < patches/star-ver.patch
-tarball: manifest patch
+tarball: manifest
[ -n "$(VERSION)" ] || ( echo "\nTry '$(MAKE) release VERSION=yyyy.mm'\n\n"; exit 1 )
[ -d $(STAR_REL) ] || ln -s . $(STAR_REL)
- $(PREFIX) $(STAR_REL)/ MANIFEST | \
- $(TAR) -zcv -T - -f $(STAR_TGZ)
+ mkdir -p "release"
+ $(PREFIX) $(STAR_REL)/ MANIFEST | $(TAR) -zcv -T - -f "release/$(STAR_TGZ)"
rm $(STAR_REL)
release: tarball