[pve-devel] [PATCH kernel-meta 06/13] buildsys: minor cleanups
Fabian Grünbichler
f.gruenbichler at proxmox.com
Wed Jul 10 17:05:04 CEST 2019
From: Stoiko Ivanov <s.ivanov at proxmox.com>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 64d98db..d432599 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,6 @@ include /usr/share/dpkg/pkg-info.mk
export KERNEL_VER=5.0
export KERNEL_ABI=5.0.15-1-pve
-PACKAGE=pve-kernel-${KERNEL_VER}
-
GITVERSION:=$(shell git rev-parse HEAD)
KERNEL_DEB=pve-kernel-${KERNEL_VER}_${DEB_VERSION_UPSTREAM_REVISION}_all.deb
@@ -15,6 +13,8 @@ BUILD_DIR=build
DEBS=${KERNEL_DEB} ${HEADERS_DEB}
all: deb
+
+.PHONY: deb
deb: ${DEBS}
${HEADERS_DEB}: ${KERNEL_DEB}
--
2.20.1
More information about the pve-devel
mailing list