Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make clean now removes dependency files that were left over #235

Merged
merged 1 commit into from
Feb 18, 2016

Conversation

syclik
Copy link
Member

@syclik syclik commented Feb 17, 2016

Summary:

Intended Effect:

Remove *.d.* files when calling make clean and make clean-all

How to Verify:

touch test/unit/foo_test.d.123
make clean
ls test/unit/foo_test.d.123

Side Effects:

None.

Documentation:

None. The behavior now matches the doc in the makefile.

Reviewer Suggestions:

none.

@syclik syclik added this to the v2.9.0++ milestone Feb 17, 2016
@bob-carpenter
Copy link
Contributor

looks good to me. you got the pattern right for what's not being deleted.

syclik added a commit that referenced this pull request Feb 18, 2016
make clean now removes dependency files that were left over
@syclik syclik merged commit ec7ec94 into develop Feb 18, 2016
@syclik syclik deleted the feature/issue-234-temp_files branch February 18, 2016 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants