~sircmpwn/sr.ht-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 core.sr.ht] Makefile: consistently use $(MODULE)

Details
Message ID
<20240523205402.1813456-1-ch@bitfehler.net>
DKIM signature
pass
Download raw message
Patch: +2 -3
The target in question currently seems to not cause any issues, but it
does when switching dependents to the modern Python module structure,
where the build tools will build the package in a temporary virtual
environment.
---
 srht/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srht/Makefile b/srht/Makefile
index 8c034fc..1179775 100644
--- a/srht/Makefile
+++ b/srht/Makefile
@@ -26,9 +26,8 @@ $(MODULE)static/main.css: scss/*.scss ${SRHT_PATH}/scss/*.scss
	sassc -I${SRHT_PATH}/scss scss/main.scss $@

$(MODULE)static/main.min.css: $(MODULE)static/main.css
	minify -o static/main.min.css static/main.css
	cp static/main.min.css \
		static/main.min.$$(sha256sum static/main.min.css | cut -c1-8).css
	minify -o $@ $<
	cp $@ $(MODULE)static/main.min.$$(sha256sum $@ | cut -c1-8).css

$(MODULE)static/%.js: js/%.js
	@mkdir -p $(MODULE)static/
-- 
2.45.1

[core.sr.ht/patches/alpine.yml] build success

builds.sr.ht <builds@sr.ht>
Details
Message ID
<D1HBNITJQ59A.17P2P8JD35GT5@fra01>
In-Reply-To
<20240523205402.1813456-1-ch@bitfehler.net> (view parent)
DKIM signature
missing
Download raw message
core.sr.ht/patches/alpine.yml: SUCCESS in 47s

[Makefile: consistently use $(MODULE)][0] from [Conrad Hoffmann][1]

[0]: https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/52901
[1]: ch@bitfehler.net

✓ #1229539 SUCCESS core.sr.ht/patches/alpine.yml https://builds.sr.ht/~sircmpwn/job/1229539
Details
Message ID
<D1KEOF9CDHGY.21S6IB8UMSGVY@cmpwn.com>
In-Reply-To
<20240523205402.1813456-1-ch@bitfehler.net> (view parent)
DKIM signature
pass
Download raw message
Thanks!

To git@git.sr.ht:~sircmpwn/core.sr.ht
   8c9fb04..1258f0e  master -> master
Reply to thread Export thread (mbox)