diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /glibc/glibc-2.3.2/glibcbug.patch | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'glibc/glibc-2.3.2/glibcbug.patch')
-rw-r--r-- | glibc/glibc-2.3.2/glibcbug.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/glibc/glibc-2.3.2/glibcbug.patch b/glibc/glibc-2.3.2/glibcbug.patch deleted file mode 100644 index 6005b79dbd..0000000000 --- a/glibc/glibc-2.3.2/glibcbug.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- glibcbug.in.orig Fri Jan 11 08:28:28 2002 -+++ glibcbug.in Thu Jan 10 21:32:31 2002 -@@ -99,3 +99,5 @@ - else - EDIT="$VISUAL" - fi -+# Ensure the editor exists -+command -v "$EDIT" > /dev/null 2>&1 || EDIT=sensible-editor - - # Find out some information. - SYSTEM=`( [ -f /bin/uname ] && /bin/uname -a ) || \ ---- glibcbug.in 1999/05/13 10:22:38 1.17 -+++ glibcbug.in 1999/06/02 12:00:43 -@@ -43,7 +43,7 @@ - - BUGADDR=${1-$BUGGLIBC} - --: ${EDITOR=emacs} -+: ${EDITOR=sensible-editor} - - : ${USER=${LOGNAME-`whoami`}} - |