This is the mail archive of the gdb@sourceware.org mailing list for the GDB 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: [aimingoff@mba.nifty.com: build/2446: Architecture depend file under gdb/libdecnumber]


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"



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