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

Delta Between Two Patch Sets: juju/ec2/Makefile

Issue 5432056: Skeleton framework for ec2 provider.
Left Patch Set: - Created 13 years, 4 months ago
Right Patch Set: - Created 13 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « juju/dummyprovider_test.go ('k') | juju/ec2/ec2.go » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 include $(GOROOT)/src/Make.inc 1 include $(GOROOT)/src/Make.inc
2 2
3 all: package 3 all: package
4 4
5 TARG=launchpad.net/juju/go/juju/ec2 5 TARG=launchpad.net/juju/go/juju/ec2
6 6
7 GOFILES=\ 7 GOFILES=\
8 ec2.go\ 8 ec2.go\
9 9
10 GOFMT=gofmt 10 GOFMT=gofmt
11 BADFMT:=$(shell $(GOFMT) -l $(GOFILES) $(CGOFILES) $(wildcard *_test.go)) 11 BADFMT:=$(shell $(GOFMT) -l $(GOFILES) $(CGOFILES) $(wildcard *_test.go))
12 12
13 gofmt: $(BADFMT) 13 gofmt: $(BADFMT)
14 @for F in $(BADFMT); do $(GOFMT) -w $$F && echo $$F; done 14 @for F in $(BADFMT); do $(GOFMT) -w $$F && echo $$F; done
15 15
16 ifneq ($(BADFMT),) 16 ifneq ($(BADFMT),)
17 ifneq ($(MAKECMDGOALS),gofmt) 17 ifneq ($(MAKECMDGOALS),gofmt)
18 $(warning WARNING: make gofmt: $(BADFMT)) 18 $(warning WARNING: make gofmt: $(BADFMT))
19 endif 19 endif
20 endif 20 endif
21 21
22 include $(GOROOT)/src/Make.pkg 22 include $(GOROOT)/src/Make.pkg
23 23
LEFTRIGHT

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