Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(217)

Issue 2809040: Keep temp files in the output directory. (Closed)

Created:
10 years, 6 months ago by vb
Modified:
9 years, 6 months ago
Reviewers:
Luigi Semenzato
CC:
chromium-os-reviews_chromium.org, Randall Spangler, gauravsh, Bill Richardson, Luigi Semenzato
Base URL:
ssh://git@chromiumos-git/vboot_reference.git
Visibility:
Public.

Description

Keep temp files in the output directory. Also, make sure that the regenerated version gets automatically added to the set of changed files. Tested by rebuilding the tree and observing the `git status' output.

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed review comments. #

Patch Set 3 : Do not automatially `git add' the modied file. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -7 lines) Patch
M firmware/Makefile View 1 2 1 chunk +7 lines, -6 lines 0 comments Download
M firmware/version.c View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
vb
10 years, 6 months ago (2010-06-24 21:00:43 UTC) #1
Luigi Semenzato
On 2010/06/24 21:00:43, vb wrote: > Hey, thank you for fixing this. Certainly those temp ...
10 years, 6 months ago (2010-06-24 22:33:52 UTC) #2
Luigi Semenzato
. http://codereview.chromium.org/2809040/diff/1/2 File firmware/Makefile (right): http://codereview.chromium.org/2809040/diff/1/2#newcode58 firmware/Makefile:58: git add version.c)) Nit: can you align these ...
10 years, 6 months ago (2010-06-24 22:34:39 UTC) #3
gauravsh
On Thu, Jun 24, 2010 at 3:34 PM, <semenzato@chromium.org> wrote: > > http://codereview.chromium.org/2809040/diff/1/2 > File ...
10 years, 6 months ago (2010-06-24 22:37:10 UTC) #4
vb
http://codereview.chromium.org/2809040/diff/1/2 File firmware/Makefile (right): http://codereview.chromium.org/2809040/diff/1/2#newcode58 firmware/Makefile:58: git add version.c)) On 2010/06/24 22:34:40, Luigi Semenzato wrote: ...
10 years, 6 months ago (2010-06-24 23:35:50 UTC) #5
vb
On Thu, Jun 24, 2010 at 3:36 PM, Gaurav Shah <gauravsh@chromium.org> wrote: > > On ...
10 years, 6 months ago (2010-06-24 23:45:14 UTC) #6
Luigi Semenzato
There are many ways to deal with this and none is perfect. The goal is ...
10 years, 6 months ago (2010-06-24 23:45:48 UTC) #7
Luigi Semenzato
On Thu, Jun 24, 2010 at 4:44 PM, Vadim Bendebury <vbendeb@chromium.org> wrote: > On Thu, ...
10 years, 6 months ago (2010-06-24 23:53:29 UTC) #8
vb
OK, let's postpone this discussion (and at the very least take it out of context ...
10 years, 6 months ago (2010-06-24 23:59:10 UTC) #9
Luigi Semenzato
10 years, 6 months ago (2010-06-25 00:11:37 UTC) #10
LGTM, except I noticed a serious bug of mine: the find pattern for "Makefile*"
is going to include the emacs checkpoints (Makefile~).  Can you please change
that to "Makefile" in this CL?

Thanks!

Powered by Google App Engine
This is Rietveld 408576698