From 797c56e0e7d199b728e9f929cb2e78a72f7cb916 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sat, 25 Jun 2022 19:49:39 -0700 Subject: Move git tag generation entirely into the Makefile. --- tools/get-git-tag | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 tools/get-git-tag (limited to 'tools/get-git-tag') diff --git a/tools/get-git-tag b/tools/get-git-tag deleted file mode 100755 index cb4e2fa..0000000 --- a/tools/get-git-tag +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -set -u - -TAG="$(git describe --always --tags --long --dirty 2> /dev/null)" - -if [[ "$TAG" == "" ]]; then - TAG="unknown" -fi - -cat < - -std::string GIT_TAG = "$TAG"; -END -- cgit v1.2.3