]> git.proxmox.com Git - corosync-pve.git/commitdiff
buildsys: drop unused ARCH variable
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 9 Apr 2021 10:54:36 +0000 (12:54 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 9 Apr 2021 10:54:44 +0000 (12:54 +0200)
We include `/usr/share/dpkg/architecture.mk` and can use
${DEB_BUILD_ARCH} directly.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 5de7c8b4cd913c08d927cb22ba5833565eb752d0..9801aecee211504bda73e1ec542f3a6202860821 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,6 @@ CSVERSION=${DEB_VERSION_UPSTREAM}
 BUILDDIR=${PACKAGE}-${CSVERSION}
 CSSRC=upstream
 
-ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 GITVERSION:=$(shell git rev-parse HEAD)
 
 MAIN_DEB=corosync_${DEB_VERSION}_${DEB_BUILD_ARCH}.deb \