mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
tools/unix: use anonymous pipes to avoid menuconfig break
Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
parent
b6eb3c828c
commit
f0825c2402
1 changed files with 1 additions and 1 deletions
|
|
@ -624,7 +624,7 @@ define kconfig_tweak_disable
|
|||
kconfig-tweak --file $1 -u $2
|
||||
endef
|
||||
else
|
||||
PURGE_MODULE_WARNING = 2>&1 | grep -v "warning: the 'modules' option is not supported"
|
||||
PURGE_MODULE_WARNING = 2> >(grep -v "warning: the 'modules' option is not supported")
|
||||
KCONFIG_OLDCONFIG = oldconfig ${PURGE_MODULE_WARNING}
|
||||
KCONFIG_OLDDEFCONFIG = olddefconfig ${PURGE_MODULE_WARNING}
|
||||
KCONFIG_MENUCONFIG = menuconfig ${PURGE_MODULE_WARNING}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue