Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(657)

Issue 4412045: code review 4412045: make: prevent rm provoking 'text file busy' errors. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 1 month ago by lstoakes
Modified:
13 years, 1 month ago
Reviewers:
CC:
rsc1, bradfitz, rsc, golang-dev
Visibility:
Public.

Description

make: prevent rm provoking 'text file busy' errors. Trivial patch to stop intermediate rm'ing of binaries stopping build.

Patch Set 1 #

Patch Set 2 : diff -r ec454214a11a https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r ec454214a11a https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 478e59aa1682 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M src/Make.common View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 10
lstoakes
Hello rsc1 (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 1 month ago (2011-04-14 17:21:32 UTC) #1
bradfitz
Gross. If anything I'd prefer a custom rm command that only ignored 'text file busy' ...
13 years, 1 month ago (2011-04-14 17:37:08 UTC) #2
rsc1
Please leave the clean rule alone. The others - install.clean, test.clean, and testshort.clean - are ...
13 years, 1 month ago (2011-04-14 17:43:07 UTC) #3
lstoakes
On Thursday, 14 April 2011, Brad Fitzpatrick <bradfitz@golang.org> wrote: > Gross. I know :) it ...
13 years, 1 month ago (2011-04-14 19:43:17 UTC) #4
rsc1
See my earlier reply. That's all you need to change. Let's not overdo this.
13 years, 1 month ago (2011-04-14 20:12:30 UTC) #5
lstoakes
On Thursday, 14 April 2011, Russ Cox <rsc@google.com> wrote: > See my earlier reply. > ...
13 years, 1 month ago (2011-04-14 20:41:38 UTC) #6
rsc1
> So we're good just to ignore the .clean errors as proposed in the CL? ...
13 years, 1 month ago (2011-04-14 20:47:18 UTC) #7
lstoakes
Hello rsc1, bradfitzgo (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 1 month ago (2011-04-15 08:52:13 UTC) #8
rsc
*** Submitted as http://code.google.com/p/go/source/detail?r=39c5a72b1189 *** make: prevent rm provoking 'text file busy' errors. Trivial patch ...
13 years, 1 month ago (2011-04-15 12:25:48 UTC) #9
rsc1
13 years, 1 month ago (2011-04-15 12:25:57 UTC) #10
LGTM
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b