diff options
Diffstat (limited to 'meta/packages/gcc/gcc-3.3.4/bash3.patch')
| -rw-r--r-- | meta/packages/gcc/gcc-3.3.4/bash3.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/packages/gcc/gcc-3.3.4/bash3.patch b/meta/packages/gcc/gcc-3.3.4/bash3.patch new file mode 100644 index 0000000000..614ba50eec --- /dev/null +++ b/meta/packages/gcc/gcc-3.3.4/bash3.patch | |||
| @@ -0,0 +1,20 @@ | |||
| 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 | |||
