make olddefconfig V=1
After #10801 , running the command make olddefconfig with V=1 verbosity fails in some environments. Specifically, it fails with the NuttX CI container ( https://github.com/apache/nuttx/pkgs/container/nuttx%2Fapache-nuttx-ci-linux ) and, possibly, on Ubuntu 22.04 (as it's the container`s base image) with the following error message:
make olddefconfig
V=1
APPSDIR="../apps" EXTERNALDIR=dummy APPSBINDIR="../apps" BINDIR=/nuttx olddefconfig 2> >(grep -v "warning: the 'modules' option is not supported" | tee kwarning) | cat && if [ -s kwarning ]; then rm kwarning; exit 1; else rm kwarning; fi /bin/sh: 1: Syntax error: redirection unexpected make: *** [tools/Unix.mk:688: olddefconfig] Error 2 Running it locally on Manjaro, it works as expected.
Running it locally on Manjaro, it works as expected.
Metadata Assignees No one assigned Labels No labels No labels Type No type Projects No projects Milestone No milestone Relationships None yet Development No branches or pull requests Issue actions
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Issue actions