public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.6.26-rc3] Suppress files generated during x86_64 build process in Documentation/dontdiff
@ 2008-05-20  6:52 Bart Van Assche
  2008-07-04 12:40 ` Bart Van Assche
  0 siblings, 1 reply; 2+ messages in thread
From: Bart Van Assche @ 2008-05-20  6:52 UTC (permalink / raw)
  To: Jesper Juhl; +Cc: linux-kernel

Suppress the following additional files generated during an x86_64 kernel
build in Documentation/dontdiff: bounds.h, cpustr.h, mkcpustr, vdso-syms.lds,
vdso.so.dbg, vdso32-syms.lds, vdso32-syscall-syms.lds, vdso32-syscall.so.dbg,
vdso32-sysenter-syms.lds, vdso32-sysenter.so.dbg, vdso32.lds, wakeup.elf
and wakeup.lds

Signed-off-by: Bart Van Assche <bart.vanassche@gmail.com>

diff -uprN -X Documentation/dontdiff ../orig/linux-2.6.26-rc3/Documentation/dontdiff ./Documentation/dontdiff
--- ../orig/linux-2.6.26-rc3/Documentation/dontdiff	2008-05-20 08:23:09.000000000 +0200
+++ ./Documentation/dontdiff	2008-05-20 08:48:39.000000000 +0200
@@ -72,6 +72,7 @@ bbootsect
 bin2c
 binkernel.spec
 bootsect
+bounds.h
 bsetup
 btfixupprep
 build
@@ -87,6 +88,7 @@ config_data.h*
 config_data.gz*
 conmakehash
 consolemap_deftbl.c*
+cpustr.h
 crc32table.h*
 cscope.*
 defkeymap.c*
@@ -136,6 +138,7 @@ miboot*
 mk_elfconfig
 mkboot
 mkbugboot
+mkcpustr
 mkdep
 mkprep
 mktables
@@ -177,7 +180,15 @@ times.h*
 tkparse
 trix_boot.h
 utsrelease.h*
+vdso-syms.lds
 vdso.lds
+vdso.so.dbg
+vdso32-syms.lds
+vdso32-syscall-syms.lds
+vdso32-syscall.so.dbg
+vdso32-sysenter-syms.lds
+vdso32-sysenter.so.dbg
+vdso32.lds
 version.h*
 vmlinux
 vmlinux-*
@@ -185,6 +196,8 @@ vmlinux.aout
 vmlinux*.lds*
 vmlinux*.scr
 vsyscall.lds
+wakeup.elf
+wakeup.lds
 wanxlfw.inc
 uImage
 unifdef

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 2.6.26-rc3] Suppress files generated during x86_64 build process in Documentation/dontdiff
  2008-05-20  6:52 [PATCH 2.6.26-rc3] Suppress files generated during x86_64 build process in Documentation/dontdiff Bart Van Assche
@ 2008-07-04 12:40 ` Bart Van Assche
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Van Assche @ 2008-07-04 12:40 UTC (permalink / raw)
  To: Jesper Juhl; +Cc: linux-kernel, Andrew Morton

Hello Jesper,

Have you already had the time to look at the patch below ?

Bart.

On Tue, May 20, 2008 at 8:52 AM, Bart Van Assche
<bart.vanassche@gmail.com> wrote:
> Suppress the following additional files generated during an x86_64 kernel
> build in Documentation/dontdiff: bounds.h, cpustr.h, mkcpustr, vdso-syms.lds,
> vdso.so.dbg, vdso32-syms.lds, vdso32-syscall-syms.lds, vdso32-syscall.so.dbg,
> vdso32-sysenter-syms.lds, vdso32-sysenter.so.dbg, vdso32.lds, wakeup.elf
> and wakeup.lds
>
> Signed-off-by: Bart Van Assche <bart.vanassche@gmail.com>
>
> diff -uprN -X Documentation/dontdiff ../orig/linux-2.6.26-rc3/Documentation/dontdiff ./Documentation/dontdiff
> --- ../orig/linux-2.6.26-rc3/Documentation/dontdiff     2008-05-20 08:23:09.000000000 +0200
> +++ ./Documentation/dontdiff    2008-05-20 08:48:39.000000000 +0200
> @@ -72,6 +72,7 @@ bbootsect
>  bin2c
>  binkernel.spec
>  bootsect
> +bounds.h
>  bsetup
>  btfixupprep
>  build
> @@ -87,6 +88,7 @@ config_data.h*
>  config_data.gz*
>  conmakehash
>  consolemap_deftbl.c*
> +cpustr.h
>  crc32table.h*
>  cscope.*
>  defkeymap.c*
> @@ -136,6 +138,7 @@ miboot*
>  mk_elfconfig
>  mkboot
>  mkbugboot
> +mkcpustr
>  mkdep
>  mkprep
>  mktables
> @@ -177,7 +180,15 @@ times.h*
>  tkparse
>  trix_boot.h
>  utsrelease.h*
> +vdso-syms.lds
>  vdso.lds
> +vdso.so.dbg
> +vdso32-syms.lds
> +vdso32-syscall-syms.lds
> +vdso32-syscall.so.dbg
> +vdso32-sysenter-syms.lds
> +vdso32-sysenter.so.dbg
> +vdso32.lds
>  version.h*
>  vmlinux
>  vmlinux-*
> @@ -185,6 +196,8 @@ vmlinux.aout
>  vmlinux*.lds*
>  vmlinux*.scr
>  vsyscall.lds
> +wakeup.elf
> +wakeup.lds
>  wanxlfw.inc
>  uImage
>  unifdef

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-04 12:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-20  6:52 [PATCH 2.6.26-rc3] Suppress files generated during x86_64 build process in Documentation/dontdiff Bart Van Assche
2008-07-04 12:40 ` Bart Van Assche

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox