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

Unified Diff: tool/Make.rpkg

Issue 5504046: remotize kit initial code review
Patch Set: Created 12 years, 3 months ago
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sample/sample_test.go ('k') | tool/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/Make.rpkg
diff --git a/tool/Make.rpkg b/tool/Make.rpkg
new file mode 100644
index 0000000000000000000000000000000000000000..d36fd177e100dbac7ae2e205ddec23ed61451414
--- /dev/null
+++ b/tool/Make.rpkg
@@ -0,0 +1,18 @@
+# Make.rpkg allows to run goremote before standard go build process
+
+ifndef PREBUILD
+ PREBUILD=remotized*.go
+endif
+
+all: $(PREBUILD)
+
+install: $(PREBUILD)
+
+$(PREBUILD): $(GOFILES)
+ goremote $(GOFILES)
+
+GOFILES+=$(PREBUILD)
+
+include $(GOROOT)/src/Make.pkg
+
+CLEANFILES+=$(PREBUILD) _remotizer*
« 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