From 7f425aefbfcfb65bfc1c42f09698bfc566a69464 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 17 Dec 2009 15:53:44 +0100 Subject: Makefile: Change to new git command format --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3d6a33c..33cd3d4 100644 --- a/Makefile +++ b/Makefile @@ -41,8 +41,8 @@ cscope: cscope -b archive: - git-archive --format=tar --prefix=$(P)-$(VERSION)/ HEAD | gzip -9v > ../$(P)-$(VERSION).tar.gz - git-archive --format=tar --prefix=$(P)-$(VERSION)/ HEAD | bzip2 -9v > ../$(P)-$(VERSION).tar.bz2 + git archive --format=tar --prefix=$(P)-$(VERSION)/ HEAD | gzip -9v > ../$(P)-$(VERSION).tar.gz + git archive --format=tar --prefix=$(P)-$(VERSION)/ HEAD | bzip2 -9v > ../$(P)-$(VERSION).tar.bz2 checksum: archive (cd ..; \ -- cgit v1.2.3-54-g00ecf