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

Delta Between Two Patch Sets: log/Makefile

Issue 5448072: Added simple logging capability /w test
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:
Right: Side by side diff | Download
« no previous file with change/comment | « juju/log_test.go ('k') | log/log.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
(no file at all)
1 include $(GOROOT)/src/Make.inc
2
3 all: package
4
5 TARG=launchpad.net/juju/go/log
6
7 GOFILES=\
8 log.go\
9
10 GOFMT=gofmt
11 BADFMT:=$(shell $(GOFMT) -l $(GOFILES) $(CGOFILES) $(wildcard *_test.go))
12
13 gofmt: $(BADFMT)
14 @for F in $(BADFMT); do $(GOFMT) -w $$F && echo $$F; done
15
16 ifneq ($(BADFMT),)
17 ifneq ($(MAKECMDGOALS),gofmt)
18 $(warning WARNING: make gofmt: $(BADFMT))
19 endif
20 endif
21
22 include $(GOROOT)/src/Make.pkg
23
LEFTRIGHT

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