lkml.org 
[lkml]   [2003]   [Sep]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: dontdiff for 2.6.0-test4
On Mon, Sep 01, 2003 at 07:18:06PM +0200, Sam Ravnborg wrote:
> On Mon, Sep 01, 2003 at 01:07:41PM -0400, Jeff Garzik wrote:
> >
> > dontdiff must know about many things that 'make mrproper' need not care
> > about:
> >
> > files with ".bak" suffix
> > files with "~" suffix
> > BitKeeper, CVS, RCS, SCCS directories
>
> make mrproper already cares about all those.
> Fragments from top-level Makefile:
>
> RCS_FIND_IGNORE := \( -name SCCS -o -name BitKeeper -o -name .svn -o -name CVS \) -prune -o
>
> mrproper:
> @find . $(RCS_FIND_IGNORE) \
> \( -name '*.orig' -o -name '*.rej' -o -name '*~' \
> -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
> -o -name '.*.rej' -o -size 0 \
> -o -name '*%' -o -name '.*.cmd' -o -name 'core' \) \
> -type f -print | xargs rm -f
> $(call cmd,mrproper)
>

But dontdiff is a list of files that must be skipped, not a regex, right?
Then dontdiff will be useless until a build has been done on that kernel tree.
-
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-03-22 13:48    [W:0.312 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site