Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
23b0f99585 inject the version iso relying on git describe 2025-07-23 01:34:47 +02:00

View file

@ -132,6 +132,9 @@
(substitute* "mk/common.mk"
(("^REVISION.*")
(string-append "REVISION ?= " #$version "\n" "CC := gcc\n")))
(substitute* "versions.mk"
(("^GIT_TAG.*")
(string-append "GIT_TAG ?= " #$version "\n")))
#true) ; must return true for success
))
#:tests? #f))