Skip to content

[BUG] Python interperter distclean isn't working #2895

Open
@PetervdPerk-NXP

Description

@PetervdPerk-NXP

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.

Metadata

Metadata

Assignees

Labels

Type: BugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions