nuttx/boards/risc-v
YAMAMOTO Takashi fc7cddee39 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)
2021-01-11 08:38:19 +01:00
..
bl602/bl602evb arch/risc-v/bl602 : add pwm onshot watchdog driver. 2021-01-06 23:40:37 -08:00
fe310/hifive1-revb make/expression: improving up asm/C/C++ compile times 2020-11-02 07:53:53 -08:00
gap8/gapuino make/expression: improving up asm/C/C++ compile times 2020-11-02 07:53:53 -08:00
k210/maix-bit make/expression: improving up asm/C/C++ compile times 2020-11-02 07:53:53 -08:00
litex/arty_a7 make/expression: improving up asm/C/C++ compile times 2020-11-02 07:53:53 -08:00
nr5m100/nr5m100-nexys4 Deal with "sed -i" portability 2021-01-11 08:38:19 +01:00