lkml.org 
[lkml]   [2005]   [Oct]   [19]   [last100]   RSS Feed
Views: [more markup]   [less markup]   [headers]   [forward]  
 
Messages in this thread
/
DateWed, 19 Oct 2005 08:05:37 +0200
FromSam Ravnborg <>
SubjectRe: [PATCH 2.6.14-rc4][RESEND] Export RCS_TAR_IGNORE for rpm targets
Andrew - please apply. It's an obvious bugfix.

	Sam

On Tue, Oct 18, 2005 at 04:45:12PM -0700, Tom Rini wrote:
> [ Originally sent Oct 10, no comments but should be clearly correct ]
> 
> The variable RCS_TAR_IGNORE is used in scripts/packaging/Makefile, but
> not exported from the main Makefile, so it's never used.
> 
> This results in the rpm targets being very unhappy in quilted trees.
> 
> Signed-off-by: Tom Rini <trini@kernel.crashing.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

> 
> diff --git a/Makefile b/Makefile
> --- a/Makefile
> +++ b/Makefile
> @@ -372,7 +372,7 @@ export MODVERDIR := $(if $(KBUILD_EXTMOD
>  # 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
> 
> -- 
> Tom Rini
> http://gate.crashing.org/~trini/
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-10-19 04:08    [W:0.250 / U:0.210 seconds]
©2003-2008 Jasper Spaans