This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Suggest tar.gz for ltrace download


Hi Yann!

Here's a quick one.

Regards
 /Joachim
debug/tools: set the ltrace extension to .tar.gz

Trying to download every extension in turn does not work.
The Debian server returns a friendly 404-page that is
saved as the orig.tar.bz2 file.  Help the helper by giving
it the extension to retrieve.

Signed-off-by: Joachim Nilsson <jocke@vmlinux.org>

diff -r ecccce88fc71 scripts/build/debug/400-ltrace.sh
--- a/scripts/build/debug/400-ltrace.sh	Sun Jan 03 16:46:58 2010 +0100
+++ b/scripts/build/debug/400-ltrace.sh	Tue Jan 05 11:43:31 2010 +0100
@@ -1,7 +1,7 @@
 # Build script for ltrace
 
 do_debug_ltrace_get() {
-    CT_GetFile "ltrace_${CT_LTRACE_VERSION}.orig" {ftp,http}://ftp.de.debian.org/debian/pool/main/l/ltrace/
+    CT_GetFile "ltrace_${CT_LTRACE_VERSION}.orig" .tar.gz {ftp,http}://ftp.de.debian.org/debian/pool/main/l/ltrace/
     # Create a link so that the following steps are easier to do:
     cd "${CT_TARBALLS_DIR}"
     ltrace_ext=$(CT_GetFileExtension "ltrace_${CT_LTRACE_VERSION}.orig")

--
For unsubscribe information see http://sourceware.org/lists.html#faq

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