]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gcc/gcc-3.3.3/bash3.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gcc / gcc-3.3.3 / bash3.patch
1 --- gcc-3.3.4/configure.orig    2002-09-29 18:11:24.000000000 +0200
2 +++ gcc-3.3.4/configure 2005-01-28 12:26:40.000000000 +0100
3 @@ -697,7 +697,7 @@
4  if test -f skip-this-dir; then
5         # Perform the same cleanup as the trap handler, minus the "exit 1" of course,
6         # and reset the trap handler.
7 -       trap 0
8 +       trap '' 0
9         rm -rf Makefile* ${tmpdir}
10         # Execute the final clean-up actions
11         ${config_shell} skip-this-dir
12 @@ -1596,7 +1596,7 @@
13  # Perform the same cleanup as the trap handler, minus the "exit 1" of course,
14  # and reset the trap handler.
15  rm -rf ${tmpdir}
16 -trap 0
17 +trap '' 0
18  
19  exit 0
20