Merge lp://staging/~gary/launchpad/makeclean into lp://staging/launchpad

Proposed by Gary Poster
Status: Merged
Approved by: Guilherme Salgado
Approved revision: not available
Merged at revision: not available
Proposed branch: lp://staging/~gary/launchpad/makeclean
Merge into: lp://staging/launchpad
Diff against target: 11 lines (+1/-0)
1 file modified
Makefile (+1/-0)
To merge this branch: bzr merge lp://staging/~gary/launchpad/makeclean
Reviewer Review Type Date Requested Status
Guilherme Salgado (community) Approve
Review via email: mp+14949@code.staging.launchpad.net
To post a comment you must log in.
Revision history for this message
Gary Poster (gary) wrote :

This is a trivial branch to try to make the Python 2.5 migration smoother for those who have not yet done it, based on reports from Stuart Bishop and Guilherme Salgado.

develop-eggs is created by buildout, so it is reasonable for the Makefile to remove it in make clean. This solves a problem for some developers, so it is valuable to do this now.

Thank you.

Revision history for this message
Guilherme Salgado (salgado) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile'
2--- Makefile 2009-11-17 03:53:46 +0000
3+++ Makefile 2009-11-17 13:20:25 +0000
4@@ -281,6 +281,7 @@
5 -print0 | xargs -r0 $(RM)
6 $(RM) -r bin
7 $(RM) -r parts
8+ $(RM) -r develop-eggs
9 $(RM) .installed.cfg
10 $(RM) -r build
11 $(RM) thread*.request