diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2008-02-18 22:34:46 +0300 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2008-12-05 21:50:36 +0300 |
commit | abf681ce5b6f83f0b8883e0f2c12d197a38543dd (patch) | |
tree | cbdd9b795b8bf21fe6dba15b7d25d721f3437302 /scripts/package | |
parent | ff80aa97c9b4aae9449a608fe1bc3e7b5121cd66 (diff) | |
download | linux-abf681ce5b6f83f0b8883e0f2c12d197a38543dd.tar.xz |
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>
Diffstat (limited to 'scripts/package')
-rw-r--r-- | scripts/package/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/package/Makefile b/scripts/package/Makefile index c162409fb4e4..8c6b7b09606a 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: |