]> git.proxmox.com Git - zfsonlinux.git/commitdiff
build: remove old source tar balls and download target
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 25 Aug 2017 07:27:34 +0000 (09:27 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 25 Aug 2017 07:28:12 +0000 (09:28 +0200)
they are not used anymore

Makefile
pkg-spl.tar.gz [deleted file]
pkg-zfs.tar.gz [deleted file]

index 3b15d8f33337650b1c66c86174407c1cde93036d..8660b1272d396e647b9d054f76ff08ab4d40f6da 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -65,16 +65,6 @@ zfs ${ZFS_DEBS} ${ZFS_TRANS_DEBS}: ${ZFSSRC}
        cd ${ZFSDIR}; rm -rf .pc ./patches
        cd ${ZFSDIR}; dpkg-buildpackage -b -uc -us 
 
-.PHONY: download
-download:
-       rm -rf pkg-spl pkg-zfs ${SPLSRC} ${ZFSSRC}
-       # clone pkg-zfsonlinux/spl and checkout 0.6.5.11-1
-       git clone -b debian/0.6.5.11-1 git://anonscm.debian.org/pkg-zfsonlinux/spl.git pkg-spl
-       # clone pkg-zfsonlinux/zfs and checkout 0.6.5.11-1
-       git clone -b debian/0.6.5.11-1 git://anonscm.debian.org/pkg-zfsonlinux/zfs.git pkg-zfs
-       tar czf ${SPLSRC} pkg-spl
-       tar czf ${ZFSSRC} pkg-zfs
-
 .PHONY: clean
 clean:         
        rm -rf *~ *.deb *.changes *.buildinfo ${ZFSDIR} ${SPLDIR}
diff --git a/pkg-spl.tar.gz b/pkg-spl.tar.gz
deleted file mode 100644 (file)
index e755d2c..0000000
Binary files a/pkg-spl.tar.gz and /dev/null differ
diff --git a/pkg-zfs.tar.gz b/pkg-zfs.tar.gz
deleted file mode 100644 (file)
index 53ea43b..0000000
Binary files a/pkg-zfs.tar.gz and /dev/null differ