Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=abf681... Commit: abf681ce5b6f83f0b8883e0f2c12d197a38543dd Parent: ff80aa97c9b4aae9449a608fe1bc3e7b5121cd66 Author: Robert P. J. Day <rpjday@crashcourse.ca> AuthorDate: Mon Feb 18 14:34:46 2008 -0500 Committer: Sam Ravnborg <sam@ravnborg.org> CommitDate: Fri Dec 5 19:50:36 2008 +0100 kbuild: remove TAR_IGNORE Given that there is no usage of a TAR_IGNORE variable remove it Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> --- scripts/package/Makefile | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/scripts/package/Makefile b/scripts/package/Makefile index c162409..8c6b7b0 100644 --- a/scripts/package/Makefile +++ b/scripts/package/Makefile @@ -1,10 +1,6 @@ # Makefile for the different targets used to generate full packages of a kernel # It uses the generic clean infrastructure of kbuild -# Ignore the following files/directories during tar operation -TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn --exclude CVS - - # RPM target # --------------------------------------------------------------------------- # The rpm target generates two rpm files: -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
