From c90c6df4fe5951347451e8dc47964af3f555a73a Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 17 Jul 2014 09:45:32 +0200 Subject: [PATCH] add download target (from vault.centos.org) --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 823d842..f84e229 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,11 @@ PVE_DEB=${PVEPKG}_${RELEASE}-${PKGREL}_all.deb all: check_gcc ${DST_DEB} ${FW_DEB} ${HDR_DEB} +.PHONY: download +download: + rm ${KERNELSRCRPM} + wget http://vault.centos.org/7.0.1406/os/Source/SPackages/${KERNELSRCRPM} + check_gcc: ifeq ($(CC), cc) gcc --version|grep "4\.7\.2" || false -- 2.39.2