diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/packages/gcc/gcc-3.3.4/bash3.patch | |
parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
download | poky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
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 | |||