Commit f61b7e5d authored by Rob Pike's avatar Rob Pike

gotry: move into its own directory, separate from gotest.

R=rsc
CC=golang-dev
https://golang.org/cl/4327045
parent 62ed6ee6
......@@ -19,6 +19,7 @@ DIRS=\
godefs\
gopack\
gotest\
gotry\
nm\
prof\
......
......@@ -9,7 +9,7 @@ TARG=install
clean:
@true
install: install-gotest install-gotry
install: install-gotest
install-%: %
! test -f "$(GOBIN)"/$* || chmod u+w "$(GOBIN)"/$*
......
# Copyright 2010 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
include ../../Make.inc
TARG=install
clean:
@true
install: install-gotry
install-%: %
! test -f "$(GOBIN)"/$* || chmod u+w "$(GOBIN)"/$*
sed 's`@@GOROOT@@`$(GOROOT_FINAL)`' $* >"$(GOBIN)"/$*
chmod +x "$(GOBIN)"/$*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment