[build] 'make clean' incorrect

The clean target in the makefile that configure creates does a 'rm -rf bin.v1'. Jam puts things in bin.v2 so shouldn't that be 'rm -rf bin.v2' instead? Thanks, -glenn

On Wed, 2007-01-10 at 08:10 -0500, Glenn Schrader wrote:
The clean target in the makefile that configure creates does a 'rm -rf bin.v1'. Jam puts things in bin.v2 so shouldn't that be 'rm -rf bin.v2' instead?
Yes, it should. Thanks! I've fixed it in CVS. Cheers, Doug

Douglas Gregor wrote:
On Wed, 2007-01-10 at 08:10 -0500, Glenn Schrader wrote:
The clean target in the makefile that configure creates does a 'rm -rf bin.v1'. Jam puts things in bin.v2 so shouldn't that be 'rm -rf bin.v2' instead?
Yes, it should. Thanks! I've fixed it in CVS.
Is this an 1.34.0 issue as well? Thomas -- Thomas Witt witt@acm.org

On Jan 10, 2007, at 11:49 AM, Thomas Witt wrote:
Douglas Gregor wrote:
On Wed, 2007-01-10 at 08:10 -0500, Glenn Schrader wrote:
The clean target in the makefile that configure creates does a 'rm -rf bin.v1'. Jam puts things in bin.v2 so shouldn't that be 'rm -rf bin.v2' instead?
Yes, it should. Thanks! I've fixed it in CVS.
Is this an 1.34.0 issue as well?
Yes, I've fixed it for 1.34.0 as well. Sorry, I should have asked first. Cheers, Doug
participants (4)
-
Doug Gregor
-
Douglas Gregor
-
Glenn Schrader
-
Thomas Witt