summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-02-06 04:42:02 (GMT)
committerGitHub <noreply@github.com>2017-02-06 04:42:02 (GMT)
commita459a33936a9b71d8dbc147d82c00eef3354cfeb (patch)
tree63ec3fa71b717b06431fcdc4cbacba64c54b116f /scripts
parentdf7579f2050379e14dbaaa25dd9219e03a142099 (diff)
parentdf68f203b4e7087beffb3a91dbae9278abd91c1c (diff)
Merge pull request #574 from stilor/uclibc-obstack
3 unrelated uClibc changes, see individual commits
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/libc/uClibc.sh2
-rw-r--r--scripts/functions8
2 files changed, 1 insertions, 9 deletions
diff --git a/scripts/build/libc/uClibc.sh b/scripts/build/libc/uClibc.sh
index e58912c..e87abaf 100644
--- a/scripts/build/libc/uClibc.sh
+++ b/scripts/build/libc/uClibc.sh
@@ -138,7 +138,7 @@ do_libc_backend_once() {
fi
manage_uClibc_config "${CT_LIBC_UCLIBC_CONFIG_FILE}" .config "${multi_flags}"
- CT_DoYes | CT_DoExecLog ALL make "${make_args[@]}" oldconfig
+ CT_DoExecLog ALL make "${make_args[@]}" olddefconfig
# Now filter the multilib flags. manage_uClibc_config did the opposite of
# what Rules.mak in uClibc would do: by the multilib's CFLAGS, it determined
diff --git a/scripts/functions b/scripts/functions
index 9489f18..9f852b3 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -585,14 +585,6 @@ CT_DoForceRmdir() {
done
}
-# Echoes the specified string on stdout until the pipe breaks.
-# Doesn't fail
-# $1: string to echo
-# Usage: CT_DoYes "" |make oldconfig
-CT_DoYes() {
- yes "$1" || true
-}
-
# Add the specified directory to LD_LIBRARY_PATH, and export it
# If the specified patch is already present, just export
# $1: path to add