]> Cypherpunks repositories - gostls13.git/commit
add -P pkgdir option to 6l to have it look first in pkgdir for a package.
authorRob Pike <r@golang.org>
Sat, 18 Apr 2009 02:39:45 +0000 (19:39 -0700)
committerRob Pike <r@golang.org>
Sat, 18 Apr 2009 02:39:45 +0000 (19:39 -0700)
commitbfd5ede78def5e6fe0d0f6f9169daed6deee2d91
tree18ba948edb8376fe9d2d2d7618d045a5d806a0db
parent45ed7297e85bc9bd50c0a1dfae3c6ea3fe997070
add -P pkgdir option to 6l to have it look first in pkgdir for a package.
this allows gotest to find the locally built package when doing
make
gotest
without this option, one would have to say
make install
gotest
which kinda defeats the purpose

based on discussions with rsc.

R=ken,rsc
DELTA=12  (10 added, 1 deleted, 1 changed)
OCL=27606
CL=27606
src/cmd/6l/l.h
src/cmd/6l/obj.c
src/cmd/gotest/gotest