patches/ltrace/0.5.2/110-alpha-support.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jan 12 19:24:03 2010 +0100 (2010-01-12)
changeset 1761 88020b2c3246
parent 1262 e3574ccecb6d
permissions -rw-r--r--
scripts/functions: change handling of nochdir

- 'nochdir' must be the first option
- have systematic pushd/popd, even if nochdir
     1 diff -durN ltrace-0.5.2.orig/Makefile.in ltrace-0.5.2/Makefile.in
     2 --- ltrace-0.5.2.orig/Makefile.in	2009-06-27 15:34:04.000000000 +0200
     3 +++ ltrace-0.5.2/Makefile.in	2009-06-27 15:34:27.000000000 +0200
     4 @@ -5,6 +5,7 @@
     5  OS		:= @HOST_OS@
     6  ARCH		:= $(shell echo "@HOST_ARCH@" |sed -e s/i.86/i386/      \
     7  						   -e s/sun4u/sparc64/  \
     8 +						   -e s/alpha.*/alpha/  \
     9  						   -e s/arm.*/arm/      \
    10  						   -e s/sa110/arm/      \
    11  						   -e s/ppc64/ppc/      \