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

Issue 1989044: code review 1989044: freetype-go: fix Makefiles. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 10 months ago by nigeltao
Modified:
13 years, 10 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

freetype-go: fix Makefiles.

Patch Set 1 #

Patch Set 2 : code review 1989044: freetype-go: fix Makefiles. #

Patch Set 3 : code review 1989044: freetype-go: fix Makefiles. #

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

Messages

Total messages: 5
nigeltao
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
13 years, 10 months ago (2010-08-25 23:34:45 UTC) #1
rsc
LGTM
13 years, 10 months ago (2010-08-25 23:37:14 UTC) #2
r2
LGTM
13 years, 10 months ago (2010-08-25 23:38:31 UTC) #3
nigeltao
*** Submitted as http://code.google.com/p/freetype-go/source/detail?r=10d83347ad34 *** freetype-go: fix Makefiles. R=rsc CC=golang-dev http://codereview.appspot.com/1989044
13 years, 10 months ago (2010-08-25 23:47:33 UTC) #4
adg1
13 years, 10 months ago (2010-08-25 23:48:10 UTC) #5
LGTM

On 26 August 2010 09:34,  <nigeltao@golang.org> wrote:
> Reviewers: rsc,
>
> Message:
> Hello rsc (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change.
>
>
> Description:
> freetype-go: fix Makefiles.
>
> Please review this at http://codereview.appspot.com/1989044/
>
> Affected files:
>  M Makefile
>  M freetype/Makefile
>  M freetype/raster/Makefile
>  M freetype/truetype/Makefile
>
>
> Index: Makefile
> ===================================================================
> --- a/Makefile
> +++ b/Makefile
> @@ -3,7 +3,7 @@
>  # FreeType License or the GNU General Public License version 2 (or
>  # any later version), both of which can be found in the LICENSE file.
>
> -include $(GOROOT)/src/Make.$(GOARCH)
> +include $(GOROOT)/src/Make.inc
>
>  all:   install
>
> Index: freetype/Makefile
> ===================================================================
> --- a/freetype/Makefile
> +++ b/freetype/Makefile
> @@ -3,7 +3,7 @@
>  # FreeType License or the GNU General Public License version 2 (or
>  # any later version), both of which can be found in the LICENSE file.
>
> -include $(GOROOT)/src/Make.$(GOARCH)
> +include $(GOROOT)/src/Make.inc
>
>  TARG=freetype-go.googlecode.com/hg/freetype
>  GOFILES=\
> Index: freetype/raster/Makefile
> ===================================================================
> --- a/freetype/raster/Makefile
> +++ b/freetype/raster/Makefile
> @@ -3,7 +3,7 @@
>  # FreeType License or the GNU General Public License version 2 (or
>  # any later version), both of which can be found in the LICENSE file.
>
> -include $(GOROOT)/src/Make.$(GOARCH)
> +include $(GOROOT)/src/Make.inc
>
>  TARG=freetype-go.googlecode.com/hg/freetype/raster
>  GOFILES=\
> Index: freetype/truetype/Makefile
> ===================================================================
> --- a/freetype/truetype/Makefile
> +++ b/freetype/truetype/Makefile
> @@ -3,7 +3,7 @@
>  # FreeType License or the GNU General Public License version 2 (or
>  # any later version), both of which can be found in the LICENSE file.
>
> -include $(GOROOT)/src/Make.$(GOARCH)
> +include $(GOROOT)/src/Make.inc
>
>  TARG=freetype-go.googlecode.com/hg/freetype/truetype
>  GOFILES=\
>
>
>
Sign in to reply to this message.

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