~sircmpwn/hare-dev

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH hare] stdlib: Fix format::tar dependencies

Details
Message ID
<20220705042049.26980-1-contact+sr.ht@hacktivis.me>
DKIM signature
missing
Download raw message
Patch: +3 -3
From: "Haelwenn (lanodan) Monnier" <contact@hacktivis.me>

---
 scripts/gen-stdlib | 2 +-
 stdlib.mk          | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/gen-stdlib b/scripts/gen-stdlib
index dc78ea14..21916ad0 100755
--- a/scripts/gen-stdlib
+++ b/scripts/gen-stdlib
@@ -625,7 +625,7 @@ format_tar() {
	gen_srcs format::tar \
		types.ha \
		reader.ha
	gen_ssa format::tar
	gen_ssa format::tar bufio bytes endian errors io strconv strings strio
}

fs() {
diff --git a/stdlib.mk b/stdlib.mk
index 1837b598..c1c57ee7 100644
--- a/stdlib.mk
+++ b/stdlib.mk
@@ -1189,7 +1189,7 @@ stdlib_format_tar_any_srcs = \
	$(STDLIB)/format/tar/types.ha \
	$(STDLIB)/format/tar/reader.ha

$(HARECACHE)/format/tar/format_tar-any.ssa: $(stdlib_format_tar_any_srcs) $(stdlib_rt)
$(HARECACHE)/format/tar/format_tar-any.ssa: $(stdlib_format_tar_any_srcs) $(stdlib_rt) $(stdlib_bufio_$(PLATFORM)) $(stdlib_bytes_$(PLATFORM)) $(stdlib_endian_$(PLATFORM)) $(stdlib_errors_$(PLATFORM)) $(stdlib_io_$(PLATFORM)) $(stdlib_strconv_$(PLATFORM)) $(stdlib_strings_$(PLATFORM)) $(stdlib_strio_$(PLATFORM))
	@printf 'HAREC \t$@\n'
	@mkdir -p $(HARECACHE)/format/tar
	@HARECACHE=$(HARECACHE) $(HAREC) $(HAREFLAGS) -o $@ -Nformat::tar \
@@ -3352,7 +3352,7 @@ testlib_format_tar_any_srcs = \
	$(STDLIB)/format/tar/types.ha \
	$(STDLIB)/format/tar/reader.ha

$(TESTCACHE)/format/tar/format_tar-any.ssa: $(testlib_format_tar_any_srcs) $(testlib_rt)
$(TESTCACHE)/format/tar/format_tar-any.ssa: $(testlib_format_tar_any_srcs) $(testlib_rt) $(testlib_bufio_$(PLATFORM)) $(testlib_bytes_$(PLATFORM)) $(testlib_endian_$(PLATFORM)) $(testlib_errors_$(PLATFORM)) $(testlib_io_$(PLATFORM)) $(testlib_strconv_$(PLATFORM)) $(testlib_strings_$(PLATFORM)) $(testlib_strio_$(PLATFORM))
	@printf 'HAREC \t$@\n'
	@mkdir -p $(TESTCACHE)/format/tar
	@HARECACHE=$(TESTCACHE) $(HAREC) $(TESTHAREFLAGS) -o $@ -Nformat::tar \
-- 
2.35.1

[hare/patches] build success

builds.sr.ht <builds@sr.ht>
Details
Message ID
<CL7FP8LULWXC.3FPAXUEM22J4K@cirno>
In-Reply-To
<20220705042049.26980-1-contact+sr.ht@hacktivis.me> (view parent)
DKIM signature
missing
Download raw message
hare/patches: SUCCESS in 1m56s

[stdlib: Fix format::tar dependencies][0] from [Haelwenn (lanodan) Monnier][1]

[0]: https://lists.sr.ht/~sircmpwn/hare-dev/patches/33567
[1]: contact+sr.ht@hacktivis.me

✓ #794907 SUCCESS hare/patches/alpine.yml  https://builds.sr.ht/~sircmpwn/job/794907
✓ #794908 SUCCESS hare/patches/freebsd.yml https://builds.sr.ht/~sircmpwn/job/794908
Details
Message ID
<CL7NTTWZPOJA.1DAVUDJFP4FEE@taiga>
In-Reply-To
<20220705042049.26980-1-contact+sr.ht@hacktivis.me> (view parent)
DKIM signature
missing
Download raw message
Thanks!

To git@git.sr.ht:~sircmpwn/hare
   1682bebc..69150521  master -> master
Reply to thread Export thread (mbox)