From: Fabian Grünbichler Date: Wed, 17 Oct 2018 12:36:04 +0000 (+0200) Subject: build: inline $GITVERSION X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=c11de0173fa38c23fa25343f5d3cff99aa601368;ds=sidebyside build: inline $GITVERSION since the top-level Makefile is called during build now, where we might no be in a git working tree. Signed-off-by: Fabian Grünbichler Acked-by: Thomas Lamprecht Acked-by: Wolfgang Bumiller --- diff --git a/Makefile b/Makefile index dec0790..412133d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,6 @@ PKGREL=40 PACKAGE=libpve-common-perl ARCH=all -GITVERSION:=$(shell git rev-parse HEAD) BUILDDIR ?= build @@ -22,7 +21,7 @@ dinstall: deb ${BUILDDIR}: src debian rm -rf ${BUILDDIR} rsync -a * ${BUILDDIR} - echo "git clone git://git.proxmox.com/git/pve-common.git\\ngit checkout ${GITVERSION}" > ${BUILDDIR}/debian/SOURCE + echo "git clone git://git.proxmox.com/git/pve-common.git\\ngit checkout $(shell git rev-parse HEAD)" > ${BUILDDIR}/debian/SOURCE .PHONY: deb deb: ${DEB}