nuttx-apps icon indicating copy to clipboard operation
nuttx-apps copied to clipboard

[BUG] Python interperter distclean isn't working

Open PetervdPerk-NXP opened this issue 1 year ago • 7 comments

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

  • [X] I have verified before submitting the report.

PetervdPerk-NXP avatar Dec 17 '24 13:12 PetervdPerk-NXP