Open
Description
Description / Steps to reproduce the issue
Try to compile python interpreter using
$ cd nuttx
$ make distclean
$ ./tools/configure.sh rv-virt:python
$ make -j$(nproc)
$ ls -l nuttx
Run make distclean or
make apps_distclean`
Python compile objects are still there.
Dry run doesn't show removal of the files
make apps_distclean -n
make -C /home/peter/nuttx/apps/interpreters/ distclean APPDIR="/home/peter/nuttx/apps"
rm -f Kconfig
rm -f .kconfig
On which OS does this issue occur?
[OS: Linux]
What is the version of your OS?
Ubuntu 22.04
NuttX Version
master
Issue Architecture
[Arch: risc-v]
Issue Area
[Area: Interpreters]
Verification
- I have verified before submitting the report.