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

Issue 4633063: add toplevel Makefile that works for Mac and Unix

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 1 month ago by epoger
Modified:
13 years, 1 month ago
Reviewers:
reed1
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

allows developers to use these exact same build commands on Mac and Linux: # # Clean everything # make clean # # # Build and run tests (in Debug mode) # make tests # out/Debug/tests # # # Build and run tests (in Release mode) # make tests BUILDTYPE=Release # out/Release/tests # # # Build bench and SampleApp (both in Release mode), and then run them # make SampleApp bench BUILDTYPE=Release # out/Release/bench -repeat 2 # out/Release/SampleApp # # # Build all targets (in Debug mode) # make

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -1 line) Patch
M Makefile View 1 chunk +82 lines, -1 line 0 comments Download

Messages

Total messages: 3
epoger
13 years, 1 month ago (2011-06-22 17:45:25 UTC) #1
reed1
I am the mostest ignorant person on how Makefiles work, so if we can find ...
13 years, 1 month ago (2011-06-22 19:12:28 UTC) #2
epoger
13 years, 1 month ago (2011-06-22 19:17:52 UTC) #3
committed as r1675
Sign in to reply to this message.

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