]> Cypherpunks repositories - gostls13.git/commit
Create dependencies automatically for top-level lib directory.
authorDavid Symonds <dsymonds@golang.org>
Tue, 19 May 2009 01:42:47 +0000 (18:42 -0700)
committerDavid Symonds <dsymonds@golang.org>
Tue, 19 May 2009 01:42:47 +0000 (18:42 -0700)
commit760b778458fc0cb6710ef60279824a57745e0786
treeb062ae2f130953ee310f0d86c9d6b9d7b410f9b1
parent500f6b8e8450c5b7e685165ca146b37c2e0a5961
Create dependencies automatically for top-level lib directory.

It caught a few missing dependencies (bufio/fmt -> utf8, fmt -> os, http -> strconv, etc.).

R=r,rsc
APPROVED=r
DELTA=126  (79 added, 45 deleted, 2 changed)
OCL=28983
CL=29014
src/lib/Make.deps [new file with mode: 0644]
src/lib/Makefile
src/lib/deps.bash [new file with mode: 0755]