Skip to content

Have make clobber delete builddir #106704

Closed
Closed
@brettcannon

Description

@brettcannon

When you run make distclean, it doesn't touch builddir, even though that's (currently) where cross-builds put their builds. The command should probably rm -r builddir (assuming we stick with builddir as the directory name; need to check with other core devs before this gets wider than Tools/wasm and .gitignore).

Activity

changed the title Have `make distclean` delete `builddir` Have `make clobber` delete `builddir` on Nov 22, 2023
moved this from Todo to In Progress in WASI to tier 2on Nov 27, 2023
brettcannon

brettcannon commented on Nov 27, 2023

@brettcannon
MemberAuthor

Part of #112473 .

added a commit that references this issue on Nov 30, 2023

GH-103065, GH-106704, GH-105253: Provide a `Tools/wasm/wasi.py` scrip…

37589d7
moved this from In Progress to Done in WASI to tier 2on Nov 30, 2023
added a commit that references this issue on Feb 11, 2024
added a commit that references this issue on Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    OS-wasibuildThe build process and cross-buildtype-featureA feature request or enhancement

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

      Participants

      @brettcannon

      Issue actions

        Have `make clobber` delete `builddir` · Issue #106704 · python/cpython