From 4a278d3e39a685379711727eac7bfaa83679e0e4 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 28 Aug 2024 15:29:46 -0400 Subject: build: Allow ./configure --version=X.Y.Z --- build/config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'build') diff --git a/build/config.mk b/build/config.mk index 80206c7..86a4861 100644 --- a/build/config.mk +++ b/build/config.mk @@ -38,6 +38,7 @@ gen/vars.mk:: @printf 'MKDIR := %s\n' "$$XMKDIR" >>$@ @printf 'PKG_CONFIG := %s\n' "$$XPKG_CONFIG" >>$@ @printf 'RM := %s\n' "$$XRM" >>$@ + @test -z "$$VERSION" || printf 'export VERSION=%s\n' "$$VERSION" >>$@ ${VCAT} $@ # Sets the build flags. This depends on vars.mk and uses a recursive make so -- cgit v1.2.3