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 Thu, Feb 23, 2012 at 02:04:43PM +0100, Mark Wielaard wrote:
> A new release of elfutils is available now at:
> https://fedorahosted.org/releases/e/l/elfutils/0.153/

libcpu/Makefile.am has:
CLEANFILES += $(foreach P,i386 x86_64,$P_defs $P.mnemonics $P_dis.h)

So make distclean removes them.

This results in i386_dis.h and x86_64_dis.h being removed, but
there are no targets to make those files without maintainer mode.


Kurt


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