Skip to content

Commit

Permalink
kbuild: remove TAR_IGNORE
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robert P. J. Day authored and Sam Ravnborg committed Dec 5, 2008
1 parent ff80aa9 commit abf681c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/package/Makefile
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit abf681c

Please sign in to comment.