# HG changeset patch # User "Yann E. MORIN" # Date 1345669863 -7200 # Node ID b9f695c2f5b7c460d64fb6f3f0b5d60d45486ec1 # Parent 987ff976888017062467221116082c242015537b libc/{,e}glibc: remove rude wordings in commetns Signed-off-by: "Yann E. MORIN" diff -r 987ff9768880 -r b9f695c2f5b7 scripts/build/libc/eglibc.sh --- a/scripts/build/libc/eglibc.sh Wed Aug 22 18:28:07 2012 +0200 +++ b/scripts/build/libc/eglibc.sh Wed Aug 22 23:11:03 2012 +0200 @@ -136,7 +136,7 @@ # So we can safely bypass bash detection at compile time. # Should this change in a future eglibc release, we'd better # directly mangle the generated scripts _after_ they get built, - # or even after they get installed... eglibc is such a sucker... + # or even after they get installed... echo "ac_cv_path_BASH_SHELL=/bin/bash" >>config.cache # Configure with --prefix the way we want it on the target... diff -r 987ff9768880 -r b9f695c2f5b7 scripts/build/libc/glibc-eglibc.sh-common --- a/scripts/build/libc/glibc-eglibc.sh-common Wed Aug 22 18:28:07 2012 +0200 +++ b/scripts/build/libc/glibc-eglibc.sh-common Wed Aug 22 23:11:03 2012 +0200 @@ -325,7 +325,7 @@ # So we can safely bypass bash detection at compile time. # Should this change in a future eglibc release, we'd better # directly mangle the generated scripts _after_ they get built, - # or even after they get installed... eglibc is such a sucker... + # or even after they get installed... echo "ac_cv_path_BASH_SHELL=/bin/bash" >>config.cache # Configure with --prefix the way we want it on the target... diff -r 987ff9768880 -r b9f695c2f5b7 scripts/build/libc/glibc.sh --- a/scripts/build/libc/glibc.sh Wed Aug 22 18:28:07 2012 +0200 +++ b/scripts/build/libc/glibc.sh Wed Aug 22 23:11:03 2012 +0200 @@ -96,7 +96,7 @@ # So we can safely bypass bash detection at compile time. # Should this change in a future eglibc release, we'd better # directly mangle the generated scripts _after_ they get built, - # or even after they get installed... eglibc is such a sucker... + # or even after they get installed... echo "ac_cv_path_BASH_SHELL=/bin/bash" >>config.cache # Configure with --prefix the way we want it on the target...