* [aimingoff@mba.nifty.com: build/2446: Architecture depend file under gdb/libdecnumber]
@ 2008-04-17 2:45 Daniel Jacobowitz
2008-04-18 19:54 ` Ben Elliston
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Jacobowitz @ 2008-04-17 2:45 UTC (permalink / raw)
To: gdb, Ben Elliston
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.
----- Forwarded message from aimingoff@mba.nifty.com -----
Date: 14 Apr 2008 03:31:33 -0000
From: aimingoff@mba.nifty.com
Subject: build/2446: Architecture depend file under gdb/libdecnumber
To: gdb-gnats@sources.redhat.com
Reply-To: aimingoff@mba.nifty.com
>Number: 2446
>Category: build
>Synopsis: Architecture depend file under gdb/libdecnumber
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: mistaken
>Submitter-Id: net
>Arrival-Date: Mon Apr 14 03:38:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: aimingoff@mba.nifty.com
>Release: gdb-6.8
>Organization:
>Environment:
>Description:
There is architecture depend file gdb/libdecnumber/gstdint.h in distributed archive. This file is automatically generated while building, however, the original file is still referred if the make procedure is done under 'build' directory. The building will fail if the machine doesn't have "stdint.h".
>How-To-Repeat:
mkdir build
cd build
../configure
make
>Fix:
Remove "gdb/libdecnumber/gstdint.h" from distributed archive.
>Release-Note:
>Audit-Trail:
>Unformatted:
----- End forwarded message -----
--
Daniel Jacobowitz
CodeSourcery
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [aimingoff@mba.nifty.com: build/2446: Architecture depend file under gdb/libdecnumber]
2008-04-17 2:45 [aimingoff@mba.nifty.com: build/2446: Architecture depend file under gdb/libdecnumber] Daniel Jacobowitz
@ 2008-04-18 19:54 ` Ben Elliston
2008-04-21 16:53 ` Daniel Jacobowitz
0 siblings, 1 reply; 3+ messages in thread
From: Ben Elliston @ 2008-04-18 19:54 UTC (permalink / raw)
To: Daniel Jacobowitz; +Cc: gdb
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"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [aimingoff@mba.nifty.com: build/2446: Architecture depend file under gdb/libdecnumber]
2008-04-18 19:54 ` Ben Elliston
@ 2008-04-21 16:53 ` Daniel Jacobowitz
0 siblings, 0 replies; 3+ messages in thread
From: Daniel Jacobowitz @ 2008-04-21 16:53 UTC (permalink / raw)
To: Ben Elliston; +Cc: gdb
On Fri, Apr 18, 2008 at 12:07:42PM +1000, Ben Elliston wrote:
> 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.
Thanks - I applied this to the branch too in case there's a 6.8.1
release.
--
Daniel Jacobowitz
CodeSourcery
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-04-20 14:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-17 2:45 [aimingoff@mba.nifty.com: build/2446: Architecture depend file under gdb/libdecnumber] Daniel Jacobowitz
2008-04-18 19:54 ` Ben Elliston
2008-04-21 16:53 ` Daniel Jacobowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox