patches/ltrace/0.5.2/110-alpha-support.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Apr 02 00:18:26 2010 +0200 (2010-04-02)
changeset 1876 a6a4beab3125
parent 1262 e3574ccecb6d
permissions -rw-r--r--
scripts: misc help and auto-complete fixes

- don't list samples in the main help screen
- improve the samples listing in list-samples
- don't document the 'config' action, it's long dead
- document the 'V' environment variable
- improve on START, STOP and PREFIX environment variables
- add PREFIX and V to autocomplete
- advertise auto-complete at install time
yann@1437
     1
diff -durN ltrace-0.5.2.orig/Makefile.in ltrace-0.5.2/Makefile.in
yann@1437
     2
--- ltrace-0.5.2.orig/Makefile.in	2009-06-27 15:34:04.000000000 +0200
yann@1437
     3
+++ ltrace-0.5.2/Makefile.in	2009-06-27 15:34:27.000000000 +0200
yann@1262
     4
@@ -5,6 +5,7 @@
yann@1262
     5
 OS		:= @HOST_OS@
yann@1262
     6
 ARCH		:= $(shell echo "@HOST_ARCH@" |sed -e s/i.86/i386/      \
yann@1262
     7
 						   -e s/sun4u/sparc64/  \
yann@1262
     8
+						   -e s/alpha.*/alpha/  \
yann@1262
     9
 						   -e s/arm.*/arm/      \
yann@1262
    10
 						   -e s/sa110/arm/      \
yann@1262
    11
 						   -e s/ppc64/ppc/      \