diff options
author | Richard Purdie <richard@openedhand.com> | 2008-03-17 11:53:45 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-03-17 11:53:45 +0000 |
commit | a619546dc4c209b75e15f4384a974a3f397c1327 (patch) | |
tree | 263f104aee409f6050adbee39ff5e65ccd6864ce /meta/packages/gcc/gcc-3.3.4/bash3.patch | |
parent | f2888e8164ff305ffdca06c057e764499e445128 (diff) | |
download | poky-a619546dc4c209b75e15f4384a974a3f397c1327.tar.gz |
gcc: Drop 3.3.4
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4018 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, 0 insertions, 20 deletions
diff --git a/meta/packages/gcc/gcc-3.3.4/bash3.patch b/meta/packages/gcc/gcc-3.3.4/bash3.patch deleted file mode 100644 index 614ba50eec..0000000000 --- a/meta/packages/gcc/gcc-3.3.4/bash3.patch +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
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 | |||