]> git.proxmox.com Git - pve-kernel-3.10.0.git/blobdiff - Makefile
add download target (from vault.centos.org)
[pve-kernel-3.10.0.git] / 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