diff --git a/[refs] b/[refs] index feac4664675a..1e89c8978e6b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 83bcbf8dad86c217ef70b4b4d53811422bb79dfa +refs/heads/master: f9b25fabfddf142b5af8268692701d386cf37e4f diff --git a/trunk/Makefile b/trunk/Makefile index be33d758c0fe..91de6be9c919 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -372,7 +372,7 @@ export MODVERDIR := $(if $(KBUILD_EXTMOD),$(firstword $(KBUILD_EXTMOD))/).tmp_ve # Files to ignore in find ... statements RCS_FIND_IGNORE := \( -name SCCS -o -name BitKeeper -o -name .svn -o -name CVS -o -name .pc -o -name .hg \) -prune -o -RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn --exclude CVS --exclude .pc --exclude .hg +export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn --exclude CVS --exclude .pc --exclude .hg # =========================================================================== # Rules shared between *config targets and build targets