From: Dietmar Maurer Date: Thu, 17 Jul 2014 07:45:32 +0000 (+0200) Subject: add download target (from vault.centos.org) X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=c90c6df4fe5951347451e8dc47964af3f555a73a;p=pve-kernel-3.10.0.git add download target (from vault.centos.org) --- 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