* ylwrap @ 2005-05-11 20:03 Eli Zaretskii 2005-05-11 20:04 ` ylwrap Andreas Schwab 0 siblings, 1 reply; 8+ messages in thread From: Eli Zaretskii @ 2005-05-11 20:03 UTC (permalink / raw) To: gdb-patches Who maintains ylwrap and where do I send patches for it? It handles DOS-style absolute file names in a way that is not 100% correct, so I'd like to fix that. TIA ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: ylwrap 2005-05-11 20:03 ylwrap Eli Zaretskii @ 2005-05-11 20:04 ` Andreas Schwab 2005-05-11 20:44 ` ylwrap Daniel Jacobowitz 2005-05-12 12:42 ` ylwrap Eli Zaretskii 0 siblings, 2 replies; 8+ messages in thread From: Andreas Schwab @ 2005-05-11 20:04 UTC (permalink / raw) To: Eli Zaretskii; +Cc: gdb-patches "Eli Zaretskii" <eliz@gnu.org> writes: > Who maintains ylwrap and where do I send patches for it? # This file is maintained in Automake, please report # bugs to <bug-automake@gnu.org> or send patches to # <automake-patches@gnu.org>. Andreas. -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux Products GmbH, MaxfeldstraÃe 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: ylwrap 2005-05-11 20:04 ` ylwrap Andreas Schwab @ 2005-05-11 20:44 ` Daniel Jacobowitz 2005-05-11 23:22 ` ylwrap Eli Zaretskii 2005-05-12 12:42 ` ylwrap Eli Zaretskii 1 sibling, 1 reply; 8+ messages in thread From: Daniel Jacobowitz @ 2005-05-11 20:44 UTC (permalink / raw) To: Andreas Schwab; +Cc: Eli Zaretskii, gdb-patches On Wed, May 11, 2005 at 10:03:04PM +0200, Andreas Schwab wrote: > "Eli Zaretskii" <eliz@gnu.org> writes: > > > Who maintains ylwrap and where do I send patches for it? > > # This file is maintained in Automake, please report > # bugs to <bug-automake@gnu.org> or send patches to > # <automake-patches@gnu.org>. Note that our version is outdated anyway. We can't import the new version yet, because it's incompatible; it has to be done in sync with two of the binutils directories which use Automake. This has been on my TODO for a while but I haven't gotten any round tuits lately. -- Daniel Jacobowitz CodeSourcery, LLC ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: ylwrap 2005-05-11 20:44 ` ylwrap Daniel Jacobowitz @ 2005-05-11 23:22 ` Eli Zaretskii 2005-05-12 2:18 ` ylwrap Daniel Jacobowitz 0 siblings, 1 reply; 8+ messages in thread From: Eli Zaretskii @ 2005-05-11 23:22 UTC (permalink / raw) To: gdb-patches > Date: Wed, 11 May 2005 16:08:16 -0400 > From: Daniel Jacobowitz <drow@false.org> > Cc: Eli Zaretskii <eliz@gnu.org>, gdb-patches@sourceware.org > > > # This file is maintained in Automake, please report > > # bugs to <bug-automake@gnu.org> or send patches to > > # <automake-patches@gnu.org>. > > Note that our version is outdated anyway. We can't import the new > version yet, because it's incompatible; it has to be done in sync with > two of the binutils directories which use Automake. > > This has been on my TODO for a while but I haven't gotten any round > tuits lately. So what do I do for now? wait until we resync with the latest version, or commit my changes in the GDB CVS? Or maybe something else? ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: ylwrap 2005-05-11 23:22 ` ylwrap Eli Zaretskii @ 2005-05-12 2:18 ` Daniel Jacobowitz 2005-05-12 13:06 ` ylwrap Eli Zaretskii 0 siblings, 1 reply; 8+ messages in thread From: Daniel Jacobowitz @ 2005-05-12 2:18 UTC (permalink / raw) To: Eli Zaretskii; +Cc: gdb-patches On Thu, May 12, 2005 at 02:12:42AM +0300, Eli Zaretskii wrote: > > Date: Wed, 11 May 2005 16:08:16 -0400 > > From: Daniel Jacobowitz <drow@false.org> > > Cc: Eli Zaretskii <eliz@gnu.org>, gdb-patches@sourceware.org > > > > > # This file is maintained in Automake, please report > > > # bugs to <bug-automake@gnu.org> or send patches to > > > # <automake-patches@gnu.org>. > > > > Note that our version is outdated anyway. We can't import the new > > version yet, because it's incompatible; it has to be done in sync with > > two of the binutils directories which use Automake. > > > > This has been on my TODO for a while but I haven't gotten any round > > tuits lately. > > So what do I do for now? wait until we resync with the latest version, > or commit my changes in the GDB CVS? Or maybe something else? Hard to say in absence of the proposed changes. The first thing to do is make sure that the latest version in automake is OK, or fix it. -- Daniel Jacobowitz CodeSourcery, LLC ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: ylwrap 2005-05-12 2:18 ` ylwrap Daniel Jacobowitz @ 2005-05-12 13:06 ` Eli Zaretskii 2005-05-12 13:06 ` ylwrap Daniel Jacobowitz 0 siblings, 1 reply; 8+ messages in thread From: Eli Zaretskii @ 2005-05-12 13:06 UTC (permalink / raw) To: gdb-patches > Date: Wed, 11 May 2005 19:32:54 -0400 > From: Daniel Jacobowitz <drow@false.org> > Cc: gdb-patches@sourceware.org > > > So what do I do for now? wait until we resync with the latest version, > > or commit my changes in the GDB CVS? Or maybe something else? > > Hard to say in absence of the proposed changes. The first thing to do > is make sure that the latest version in automake is OK, or fix it. The proposed patches are below; they fix the script's notion of absolute file names on Windows/DOS. The latest versions of the script, both in the released Automake 1.9 and in Automake's CVS, already include the equivalents of these patches. Unless you (or someone else) are going to import the latest version of ylwrap VSN, I'd like to commit these changes to the GDB repository, since they should be harmless. TIA Index: ylwrap =================================================================== RCS file: /cvs/src/src/ylwrap,v retrieving revision 1.3 diff -u -r1.3 ylwrap --- ylwrap 24 Sep 2004 13:21:46 -0000 1.3 +++ ylwrap 12 May 2005 12:57:36 -0000 @@ -31,15 +31,15 @@ shift # Make any relative path in $prog absolute. case "$prog" in - /* | [A-Za-z]:\\*) ;; - */*) prog="`pwd`/$prog" ;; + [\\/]* | [A-Za-z]:[\\/]*) ;; + *[\\/]*) prog="`pwd`/$prog" ;; esac # The input. input="$1" shift case "$input" in - /* | [A-Za-z]:\\*) + [\\/]* | [A-Za-z]:[\\/]*) # Absolute path; do nothing. ;; *) @@ -52,7 +52,7 @@ # We don't want to use the absolute path if the input in the current # directory like when making a tar ball. -input_base=`echo $input | sed -e 's|.*/||'` +input_base=`echo $input | sed -e 's|.*[\\/]||'` if test -f $input_base && cmp $input_base $input >/dev/null 2>&1; then input=$input_base fi @@ -75,7 +75,7 @@ cd $dirname case "$input" in - /* | [A-Za-z]:\\*) + [\\/]* | [A-Za-z]:[\\/]*) # Absolute path; do nothing. ;; *) @@ -95,7 +95,7 @@ # If $2 is an absolute path name, then just use that, # otherwise prepend `../'. case "$2" in - /* | [A-Za-z]:\\*) target="$2";; + [\\/]* | [A-Za-z]:[\\/]*) target="$2";; *) target="../$2";; esac mv "$1" "$target" || status=$? ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: ylwrap 2005-05-12 13:06 ` ylwrap Eli Zaretskii @ 2005-05-12 13:06 ` Daniel Jacobowitz 0 siblings, 0 replies; 8+ messages in thread From: Daniel Jacobowitz @ 2005-05-12 13:06 UTC (permalink / raw) To: Eli Zaretskii; +Cc: gdb-patches On Thu, May 12, 2005 at 03:59:08PM +0300, Eli Zaretskii wrote: > > Date: Wed, 11 May 2005 19:32:54 -0400 > > From: Daniel Jacobowitz <drow@false.org> > > Cc: gdb-patches@sourceware.org > > > > > So what do I do for now? wait until we resync with the latest version, > > > or commit my changes in the GDB CVS? Or maybe something else? > > > > Hard to say in absence of the proposed changes. The first thing to do > > is make sure that the latest version in automake is OK, or fix it. > > The proposed patches are below; they fix the script's notion of > absolute file names on Windows/DOS. The latest versions of the > script, both in the released Automake 1.9 and in Automake's CVS, > already include the equivalents of these patches. > > Unless you (or someone else) are going to import the latest version of > ylwrap VSN, I'd like to commit these changes to the GDB repository, > since they should be harmless. > > TIA Thanks for the patch, Eli. I am going to _try_ to do the import today. If it turns out that I don't get it done, then I think the patch is fine; but be sure to check with DJ Delorie first to sync with the GCC repository (see MAINTAINERS in the top level). -- Daniel Jacobowitz CodeSourcery, LLC ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: ylwrap 2005-05-11 20:04 ` ylwrap Andreas Schwab 2005-05-11 20:44 ` ylwrap Daniel Jacobowitz @ 2005-05-12 12:42 ` Eli Zaretskii 1 sibling, 0 replies; 8+ messages in thread From: Eli Zaretskii @ 2005-05-12 12:42 UTC (permalink / raw) To: Andreas Schwab; +Cc: gdb-patches > From: Andreas Schwab <schwab@suse.de> > Cc: gdb-patches@sourceware.org > Date: Wed, 11 May 2005 22:03:04 +0200 > > "Eli Zaretskii" <eliz@gnu.org> writes: > > > Who maintains ylwrap and where do I send patches for it? > > # This file is maintained in Automake, please report > # bugs to <bug-automake@gnu.org> or send patches to > # <automake-patches@gnu.org>. Thanks. I don't see this passage in the version of ylwrap we have in the GDB repository. I guess you were looking at a newer version. ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2005-05-12 13:06 UTC | newest] Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2005-05-11 20:03 ylwrap Eli Zaretskii 2005-05-11 20:04 ` ylwrap Andreas Schwab 2005-05-11 20:44 ` ylwrap Daniel Jacobowitz 2005-05-11 23:22 ` ylwrap Eli Zaretskii 2005-05-12 2:18 ` ylwrap Daniel Jacobowitz 2005-05-12 13:06 ` ylwrap Eli Zaretskii 2005-05-12 13:06 ` ylwrap Daniel Jacobowitz 2005-05-12 12:42 ` ylwrap Eli Zaretskii
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox