This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: elfutils 0.153 released


On Fri, Feb 24, 2012 at 01:16:04PM -0800, Roland McGrath wrote:
> Yeah, those should go in MAINTAINERCLEANFILES.

I pushed the following change:

commit 5e56a1efb6aadc49c3e814505cb22473395e5265
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Feb 24 23:41:53 2012 +0100

    libcpu Makefile.am, move %_dis.h from CLEANFILES to MAINTAINERCLEANFILES.

diff --git a/libcpu/ChangeLog b/libcpu/ChangeLog
index 76340a1..ef9e7e5 100644
--- a/libcpu/ChangeLog
+++ b/libcpu/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-24  Mark Wielaard  <mjw@redhat.com>
+
+       * Makefile.am (CLEANFILES): Move %_dis.h to...
+       (MAINTAINERCLEANFILES): here.
+
 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
 
        * i386_disasm.c (ADD_NSTRING): Define.
diff --git a/libcpu/Makefile.am b/libcpu/Makefile.am
index 7dd2561..d740aea 100644
--- a/libcpu/Makefile.am
+++ b/libcpu/Makefile.am
@@ -72,4 +72,5 @@ i386_parse.h: i386_parse.c ;
 
 EXTRA_DIST = defs/i386
 
-CLEANFILES += $(foreach P,i386 x86_64,$P_defs $P.mnemonics $P_dis.h)
+CLEANFILES += $(foreach P,i386 x86_64,$P_defs $P.mnemonics)
+MAINTAINERCLEANFILES = $(foreach P,i386 x86_64, $P_dis.h)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]