Skip to content

Distclean improvements - #3886

Open
softins wants to merge 2 commits into
jamulussoftware:mainfrom
softins:distclean-improvements
Open

Distclean improvements#3886
softins wants to merge 2 commits into
jamulussoftware:mainfrom
softins:distclean-improvements

Conversation

@softins

@softins softins commented Aug 10, 2026

Copy link
Copy Markdown
Member

Short description of changes

Adds to Jamulus.pro rules to delete generated directories when doing a make distclean

The object is to return the tree to the state it would be after git clone by removing anything generated,
but not touching anything manually added such as libs/ASIOSDK2 or local files.

CHANGELOG: Build: improve make distclean to remove leftover files and directories.

Context: Fixes an issue?

Fixes #3878

Does this change need documentation? What needs to be documented and how?

No

Status of this Pull Request

Ready. Tested on Linux, Mac and Windows

What is missing until this pull request can be merged?

  • Testing in Android build environment.
  • Testing in iOS build environment.

Checklist

  • I've verified that this Pull Request follows the general code principles
  • I tested my code and it does what I want
  • My code follows the style guide
  • I waited some time after this Pull Request was opened and all GitHub checks completed without errors.
  • I've filled all the content above

AUTOBUILD: Please build all targets

QMAKE_DISTCLEAN only removes files, so we need to use a custom target.
@softins softins added this to the Release 4.0.0 milestone Aug 10, 2026
@softins softins self-assigned this Aug 10, 2026
@softins softins added the tooling Changes to the automated build system label Aug 10, 2026
@softins softins added this to Tracking Aug 10, 2026
@github-project-automation github-project-automation Bot moved this to Triage in Tracking Aug 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tooling Changes to the automated build system

Projects

Status: Triage

Development

Successfully merging this pull request may close these issues.

make clean / make distclean leave generated files behind (measured on Linux + macOS)

1 participant