From: Mike Frysinger <vapier@gentoo.org>
To: Hans-Peter Nilsson <hans-peter.nilsson@axis.com>
Cc: gdb-patches@sourceware.org
Subject: Re: breakage with "switch to gdb version script"
Date: Tue, 14 Apr 2015 15:29:00 -0000 [thread overview]
Message-ID: <20150414152920.GB872@vapier> (raw)
In-Reply-To: <201504131435.t3DEZTAS012532@ignucius.se.axis.com>
[-- Attachment #1: Type: text/plain, Size: 877 bytes --]
On 13 Apr 2015 16:35, Hans-Peter Nilsson wrote:
> While that seems pretty trivial, you also need to adjust
> src-release.sh to make sure "./src-release.sh -b sim" works,
> in which a tool-specific create-version.sh is searched.
this probably does it, but i've never used src-release before ...
-mike
--- a/src-release.sh
+++ b/src-release.sh
@@ -244,7 +244,8 @@ tar_compress()
tool=$2
support_files=$3
compressors=$4
- ver=$(getver $tool)
+ verdir=${5:-$tool}
+ ver=$(getver $verdir)
do_proto_toplev $package $ver $tool "$support_files"
do_md5sum
do_tar $package $ver
@@ -301,7 +302,7 @@ sim_release()
compressors=$1
package=sim
tool=sim
- tar_compress $package $tool "$SIM_SUPPORT_DIRS" "$compressors"
+ tar_compress $package $tool "$SIM_SUPPORT_DIRS" "$compressors" gdb
}
usage()
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2015-04-14 15:29 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-13 14:35 Hans-Peter Nilsson
2015-04-14 3:18 ` [PATCH] sim: ppc: fix up version script Mike Frysinger
2015-04-14 15:29 ` Mike Frysinger [this message]
2015-04-14 20:43 ` breakage with "switch to gdb version script" Hans-Peter Nilsson
2015-04-14 21:18 ` Mike Frysinger
2015-04-15 2:17 ` Hans-Peter Nilsson
2015-04-15 4:35 ` Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150414152920.GB872@vapier \
--to=vapier@gentoo.org \
--cc=gdb-patches@sourceware.org \
--cc=hans-peter.nilsson@axis.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox