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

Issue 22893006: Add a bootstrap script to make it easier to build gcmole (Closed)

Created:
7 years, 4 months ago by jochen (gone - plz use gerrit)
Modified:
7 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add a bootstrap script to make it easier to build gcmole R=machenbach@chromium.org

Patch Set 1 #

Patch Set 2 : updates #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -1 line) Patch
M tools/gcmole/Makefile View 1 chunk +1 line, -1 line 1 comment Download
A tools/gcmole/bootstrap.sh View 1 1 chunk +126 lines, -0 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
jochen (gone - plz use gerrit)
7 years, 4 months ago (2013-08-14 11:52:25 UTC) #1
jochen (gone - plz use gerrit)
7 years, 4 months ago (2013-08-14 11:52:43 UTC) #2
Michael Achenbach
LGTM with nit https://codereview.chromium.org/22893006/diff/5001/tools/gcmole/bootstrap.sh File tools/gcmole/bootstrap.sh (right): https://codereview.chromium.org/22893006/diff/5001/tools/gcmole/bootstrap.sh#newcode124 tools/gcmole/bootstrap.sh:124: echo nit: trailing whitespace
7 years, 4 months ago (2013-08-14 12:43:30 UTC) #3
Sven Panne
7 years, 4 months ago (2013-08-14 13:07:47 UTC) #4
Late DBC...

https://codereview.chromium.org/22893006/diff/5001/tools/gcmole/Makefile
File tools/gcmole/Makefile (right):

https://codereview.chromium.org/22893006/diff/5001/tools/gcmole/Makefile#newc...
tools/gcmole/Makefile:43: rm -f libgcmole.so
Pro tip: Use $(RM). :-) Furthermore, clean should be .PHONY.

Powered by Google App Engine
This is Rietveld 408576698