~sircmpwn/himitsu-devel

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 himitsu-firefox] Makefile: don't depend on extension

Details
Message ID
<ZdXvztb5gtzU7tqd@fluorine>
DKIM signature
pass
Download raw message
Patch: +1 -1
The $< macro in non-suffix rules is an extension and doesn't work with,
for example, OpenBSD make.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index d34d0a5..ac94c1b 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ native/himitsu-firefox-native: $(NATIVE_SOURCE)
	cd native && $(HARE) build $(HAREFLAGS) -o himitsu-firefox-native

native/manifest.json: native/manifest.json.in
	sed -e "s:@LIBEXECDIR@:$(LIBEXECDIR):g" <$< >$@
	sed -e "s:@LIBEXECDIR@:$(LIBEXECDIR):g" <native/manifest.json.in >$@

himitsu@drewdevault.com.xpi:
	zip -r -FS $@ content icons manifest.json
-- 
2.43.2

[himitsu-firefox/patches/.build.yml] build failed

builds.sr.ht <builds@sr.ht>
Details
Message ID
<CZARKTPG8APN.18OG1V2XXAF44@fra01>
In-Reply-To
<ZdXvztb5gtzU7tqd@fluorine> (view parent)
DKIM signature
missing
Download raw message
himitsu-firefox/patches/.build.yml: FAILED in 15s

[Makefile: don't depend on extension][0] from [Lennart Jablonka][1]

[0]: https://lists.sr.ht/~sircmpwn/himitsu-devel/patches/49722
[1]: humm@ljabl.com

✗ #1154795 FAILED himitsu-firefox/patches/.build.yml https://builds.sr.ht/~sircmpwn/job/1154795
Details
Message ID
<CZAS65A8QFR4.3GZWDGF511WYE@strohwolke.at>
In-Reply-To
<ZdXvztb5gtzU7tqd@fluorine> (view parent)
DKIM signature
pass
Download raw message
Thanks!

To git@git.sr.ht:~sircmpwn/himitsu-firefox
   e33ac63..394c981  master -> master
Reply to thread Export thread (mbox)