1
0
mirror of https://github.com/golang/go synced 2024-11-26 01:57:56 -07:00
The Go programming language
Go to file
Rob Pike bfd5ede78d 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
2009-04-17 19:39:45 -07:00
doc Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors. 2009-04-17 00:08:24 -07:00
include fix gotest by fixing nm -s to print in file order by storing a sequence number 2009-04-15 21:57:55 -07:00
lib help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
pkg help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
src add -P pkgdir option to 6l to have it look first in pkgdir for a package. 2009-04-17 19:39:45 -07:00
test Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors. 2009-04-17 00:08:24 -07:00
usr/gri Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors. 2009-04-17 00:08:24 -07:00