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

Issue 12209097: [NaCl SDK] make example Makefiles quiet by default (Closed)

Created:
7 years, 10 months ago by Sam Clegg
Modified:
7 years, 10 months ago
Reviewers:
noelallen1, M-A Ruel, binji
CC:
chromium-reviews, binji, Sam Clegg, M-A Ruel
Visibility:
Public.

Description

[NaCl SDK] make example Makefiles quiet by default This is a port of some of the changes made to the common.mk system when it was ported to support building nacltoons. Also, change oshelpers "rm -f" so that is doesn't output anything when it can't find files (this matches /bin/rm behavior). Also, remove redundant nmf build rules from host_vc.mk and host_gcc.mk. Also, add .mk files to exclusion list in top level PRESUBMIT.py since they contain lines longer than 80 chars and fixing this would make them harder to read. BUG=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=181856

Patch Set 1 #

Patch Set 2 : all toolchains #

Total comments: 9

Patch Set 3 : fix nits #

Total comments: 4

Patch Set 4 : remove RECUSRSIVE_TARGET change #

Patch Set 5 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -96 lines) Patch
M PRESUBMIT.py View 1 2 3 1 chunk +1 line, -0 lines 2 comments Download
M native_client_sdk/src/tools/common.mk View 1 2 3 5 chunks +37 lines, -8 lines 0 comments Download
M native_client_sdk/src/tools/host_gcc.mk View 1 2 3 4 4 chunks +5 lines, -25 lines 0 comments Download
M native_client_sdk/src/tools/host_vc.mk View 1 2 4 chunks +5 lines, -26 lines 0 comments Download
M native_client_sdk/src/tools/nacl_gcc.mk View 1 2 6 chunks +28 lines, -24 lines 0 comments Download
M native_client_sdk/src/tools/nacl_llvm.mk View 1 2 4 chunks +5 lines, -6 lines 0 comments Download
M native_client_sdk/src/tools/oshelpers.py View 1 3 chunks +6 lines, -7 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Sam Clegg
7 years, 10 months ago (2013-02-11 19:55:19 UTC) #1
binji
I'd like to see this for all toolchains, not just nacl_gcc
7 years, 10 months ago (2013-02-11 20:01:18 UTC) #2
Sam Clegg
Done. PTAL.
7 years, 10 months ago (2013-02-11 20:31:01 UTC) #3
binji
lgtm https://codereview.chromium.org/12209097/diff/4001/native_client_sdk/src/tools/common.mk File native_client_sdk/src/tools/common.mk (right): https://codereview.chromium.org/12209097/diff/4001/native_client_sdk/src/tools/common.mk#newcode106 native_client_sdk/src/tools/common.mk:106: RECURSIVE_TARGET?=all is this for a different CL? https://codereview.chromium.org/12209097/diff/4001/native_client_sdk/src/tools/common.mk#newcode217 ...
7 years, 10 months ago (2013-02-11 20:46:07 UTC) #4
Sam Clegg
Handle ar (lib) commands too. Rename varialbe names from X86,X86 to X86_32,X86_64 for consistency. PTAL ...
7 years, 10 months ago (2013-02-11 21:07:42 UTC) #5
noelallen1
Move RECURSIVE into a different change. Make sure -as-needed is correct for both host_gcc and ...
7 years, 10 months ago (2013-02-11 23:02:44 UTC) #6
Sam Clegg
https://codereview.chromium.org/12209097/diff/4002/native_client_sdk/src/tools/common.mk File native_client_sdk/src/tools/common.mk (right): https://codereview.chromium.org/12209097/diff/4002/native_client_sdk/src/tools/common.mk#newcode106 native_client_sdk/src/tools/common.mk:106: RECURSIVE_TARGET?=all On 2013/02/11 23:02:44, noelallen1 wrote: > Separate change ...
7 years, 10 months ago (2013-02-11 23:07:14 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sbc@chromium.org/12209097/10003
7 years, 10 months ago (2013-02-11 23:10:32 UTC) #8
commit-bot: I haz the power
Presubmit check for 12209097-10003 failed and returned exit status 1. INFO:root:Found 7 file(s). testBadOrigFile (__main__.BadExtensionsTest) ...
7 years, 10 months ago (2013-02-11 23:10:41 UTC) #9
Sam Clegg
+maruel as PRESUBMIT.py OWNER.
7 years, 10 months ago (2013-02-11 23:14:50 UTC) #10
Sam Clegg
https://chromiumcodereview.appspot.com/12209097/diff/10003/PRESUBMIT.py File PRESUBMIT.py (right): https://chromiumcodereview.appspot.com/12209097/diff/10003/PRESUBMIT.py#newcode21 PRESUBMIT.py:21: r"^native_client_sdk[\\\/]src[\\\/]tools[\\\/].*.mk", Actually, could we just make this *.mk, since ...
7 years, 10 months ago (2013-02-11 23:18:10 UTC) #11
M-A Ruel
https://chromiumcodereview.appspot.com/12209097/diff/10003/PRESUBMIT.py File PRESUBMIT.py (right): https://chromiumcodereview.appspot.com/12209097/diff/10003/PRESUBMIT.py#newcode21 PRESUBMIT.py:21: r"^native_client_sdk[\\\/]src[\\\/]tools[\\\/].*.mk", On 2013/02/11 23:18:10, Sam Clegg wrote: > Actually, ...
7 years, 10 months ago (2013-02-11 23:23:38 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sbc@chromium.org/12209097/10003
7 years, 10 months ago (2013-02-12 00:14:02 UTC) #13
commit-bot: I haz the power
7 years, 10 months ago (2013-02-12 04:56:30 UTC) #14
Message was sent while issue was closed.
Change committed as 181856

Powered by Google App Engine
This is Rietveld 408576698