Deal with "sed -i" portability

An empty extension for sed -i is not widely available.

* Where it isn't available (eg. macOS's sed) "sed -i -e" will
  create a backup file with the "-e" suffix.

* Even GNU sed documentation says it's "not recommended".

This commit deals with it by:

* Replace it with a more appropriate tool (kconfig-tweak)

* Or, specify the extension (.bak)
This commit is contained in:
YAMAMOTO Takashi
2021-01-05 13:29:08 +09:00
committed by Alin Jerpelea
parent fbc68912b9
commit fc7cddee39
6 changed files with 6 additions and 13 deletions
-2
View File
@@ -27,7 +27,6 @@
/.clean_context
/.config
/.config.old
/.config-e
/.cproject
/.gdbinit
/.project
@@ -35,7 +34,6 @@
/_SAVED_APPS_config
/cscope.*
/defconfig
/defconfig.tmp-e
/Make.defs
/nuttx
/nuttx-*