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

Side by Side Diff: juju/Makefile

Issue 5432056: Skeleton framework for ec2 provider.
Patch Set: - Created 12 years, 3 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:
View unified diff | Download patch
« no previous file with comments | « no previous file | juju/dummyprovider_test.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 5 TARG=launchpad.net/juju/go/juju
6 6
7 GOFILES=\ 7 GOFILES=\
8 » conn.go\ 8 » open.go\
9 config.go\ 9 config.go\
10 interface.go\ 10 interface.go\
11 11
12 GOFMT=gofmt 12 GOFMT=gofmt
13 BADFMT:=$(shell $(GOFMT) -l $(GOFILES) $(CGOFILES) $(wildcard *_test.go)) 13 BADFMT:=$(shell $(GOFMT) -l $(GOFILES) $(CGOFILES) $(wildcard *_test.go))
14 14
15 gofmt: $(BADFMT) 15 gofmt: $(BADFMT)
16 @for F in $(BADFMT); do $(GOFMT) -w $$F && echo $$F; done 16 @for F in $(BADFMT); do $(GOFMT) -w $$F && echo $$F; done
17 17
18 ifneq ($(BADFMT),) 18 ifneq ($(BADFMT),)
19 ifneq ($(MAKECMDGOALS),gofmt) 19 ifneq ($(MAKECMDGOALS),gofmt)
20 $(warning WARNING: make gofmt: $(BADFMT)) 20 $(warning WARNING: make gofmt: $(BADFMT))
21 endif 21 endif
22 endif 22 endif
23 23
24 include $(GOROOT)/src/Make.pkg 24 include $(GOROOT)/src/Make.pkg
25 25
OLDNEW
« no previous file with comments | « no previous file | juju/dummyprovider_test.go » ('j') | no next file with comments »

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