]> git.proxmox.com Git - pve-kernel-3.10.0.git/commitdiff
add download target (from vault.centos.org)
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 17 Jul 2014 07:45:32 +0000 (09:45 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 17 Jul 2014 07:45:32 +0000 (09:45 +0200)
Makefile

index 823d842cbdf63bc269d674af26c08b6ed2568bf0..f84e229319ad2cb753f016458b6f598fa92fa5b8 100644 (file)
--- 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