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

Delta Between Two Patch Sets: juju/jujutest/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/ec2/ec2_test.go ('k') | juju/jujutest/startstop.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/jujutest 5 TARG=launchpad.net/juju/go/juju/jujutest
6 6
7 GOFILES=\ 7 GOFILES=\
8 test.go\ 8 test.go\
9 startstop.go\ 9 startstop.go\
10 10
11 GOFMT=gofmt 11 GOFMT=gofmt
12 BADFMT:=$(shell $(GOFMT) -l $(GOFILES) $(CGOFILES) $(wildcard *_test.go)) 12 BADFMT:=$(shell $(GOFMT) -l $(GOFILES) $(CGOFILES) $(wildcard *_test.go))
13 13
14 gofmt: $(BADFMT) 14 gofmt: $(BADFMT)
15 @for F in $(BADFMT); do $(GOFMT) -w $$F && echo $$F; done 15 @for F in $(BADFMT); do $(GOFMT) -w $$F && echo $$F; done
16 16
17 ifneq ($(BADFMT),) 17 ifneq ($(BADFMT),)
18 ifneq ($(MAKECMDGOALS),gofmt) 18 ifneq ($(MAKECMDGOALS),gofmt)
19 $(warning WARNING: make gofmt: $(BADFMT)) 19 $(warning WARNING: make gofmt: $(BADFMT))
20 endif 20 endif
21 endif 21 endif
22 22
23 include $(GOROOT)/src/Make.pkg 23 include $(GOROOT)/src/Make.pkg
24 24
LEFTRIGHT

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