diff options
Diffstat (limited to 'scripts/build/libc_uClibc.sh')
-rw-r--r-- | scripts/build/libc_uClibc.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/build/libc_uClibc.sh b/scripts/build/libc_uClibc.sh index ce768a10..a650559d 100644 --- a/scripts/build/libc_uClibc.sh +++ b/scripts/build/libc_uClibc.sh @@ -154,7 +154,9 @@ mungeuClibcConfig() { dst_config_file="$2" munge_file="${CT_BUILD_DIR}/munge-uClibc-config.sed" - echo -n >"${munge_file}" + # Start with a fresh file + rm -f "${munge_file}" + touch "${munge_file}" # Hack our target in the config file. # Also remove stripping: its the responsibility of the |