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

Side by Side Diff: tool/Make.rpkg

Issue 5504046: remotize kit initial code review
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 | « sample/sample_test.go ('k') | tool/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Make.rpkg allows to run goremote before standard go build process
2
3 ifndef PREBUILD
4 PREBUILD=remotized*.go
5 endif
6
7 all: $(PREBUILD)
8
9 install: $(PREBUILD)
10
11 $(PREBUILD): $(GOFILES)
12 goremote $(GOFILES)
13
14 GOFILES+=$(PREBUILD)
15
16 include $(GOROOT)/src/Make.pkg
17
18 CLEANFILES+=$(PREBUILD) _remotizer*
OLDNEW
« no previous file with comments | « sample/sample_test.go ('k') | tool/Makefile » ('j') | no next file with comments »

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