This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: [aimingoff@mba.nifty.com: build/2446: Architecture depend file under gdb/libdecnumber]
- From: Ben Elliston <bje at au1 dot ibm dot com>
- To: Daniel Jacobowitz <drow at false dot org>
- Cc: gdb <gdb at sourceware dot org>
- Date: Fri, 18 Apr 2008 12:07:42 +1000
- Subject: Re: [aimingoff@mba.nifty.com: build/2446: Architecture depend file under gdb/libdecnumber]
- References: <20080416230010.GB3853@caradoc.them.org>
Hi Daniel
On Wed, 2008-04-16 at 19:00 -0400, Daniel Jacobowitz wrote:
> Ben, any comments? I suspect this is because "make distclean"
> doesn't delete it; see the top level src-release file if you're not
> familiar with how gdb snapshots and releases get built.
Right--it should be removed by distclean. I am checking in the
following patch:
2008-04-18 Ben Elliston <bje@au.ibm.com>
* Makefile.in (distclean): Add gstdint.h.
Index: Makefile.in
===================================================================
--- Makefile.in (revision 134414)
+++ Makefile.in (working copy)
@@ -151,7 +151,7 @@
distclean: clean
-rm -f config.h stamp-h1 config.status config.cache config.log \
configure.lineno configure.status.lineno Makefile localedir.h \
- localedir.hs
+ localedir.hs gstdint.h
maintainer-clean: distclean
@echo "This command is intended for maintainers to use"