From b1489480866deb22d0dc5244c7b8a0e233cc59bd Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Mon, 9 Mar 2026 19:25:35 +1000 Subject: [PATCH] Build from a source tarball Signed-off-by: Matt Jolly --- a/Makefile +++ b/Makefile @@ -187,7 +187,7 @@ $(OBJDIR)%.o: src/%.cpp $(OBJDIR)version.o: $(OBJDIR)%.o: src/%.cpp $(filter-out $(OBJDIR)version.o,$(OBJ)) Makefile @+mkdir -p $(dir $@) @echo [CXX] -o $@ - $V$(CXX) -o $@ -c $< $(CXXFLAGS) $(CPPFLAGS) -MMD -MP -MF $@.dep -D VERSION_GIT_FULLHASH=\"$(shell git show --pretty=%H -s --no-show-signature)\" -D VERSION_GIT_BRANCH="\"$(shell git symbolic-ref -q --short HEAD || git describe --tags --exact-match)\"" -D VERSION_GIT_SHORTHASH=\"$(shell git show -s --pretty=%h --no-show-signature)\" -D VERSION_BUILDTIME="\"$(shell env LC_TIME=C date -u +"%a, %e %b %Y %T +0000")\"" -D VERSION_GIT_ISDIRTY=$(shell git diff-index --quiet HEAD; echo $$?) + $V$(CXX) -o $@ -c $< $(CXXFLAGS) $(CPPFLAGS) -MMD -MP -MF $@.dep -D VERSION_GIT_FULLHASH=\"gentoo\" -D VERSION_GIT_BRANCH=\"gentoo\" -D VERSION_GIT_SHORTHASH=\"gentoo\" -D VERSION_BUILDTIME="\"$(shell env LC_TIME=C date -u +"%a, %e %b %Y %T +0000")\"" -D VERSION_GIT_ISDIRTY=0 src/main.cpp: $(PCHS:%=src/%.gch) @@ -201,4 +201,3 @@ bin/common_lib.a: $(wildcard tools/common/*) -include $(OBJ:%=%.dep) # vim: noexpandtab ts=4 - -- 2.52.0