1. 17 Apr, 2009 2 commits
    • Russ Cox's avatar
      build packages in obj/ subdirectory that mimics $GOROOT/pkg. · 0f153ec6
      Russ Cox authored
      for example, if building in src/lib/container,
      objects go in obj/container/, so that 6g -Iobj
      will find "container/vector".
      
      install packages in hierarchy in $GOROOT.
      
      this change only updates gobuild.
      another change will have to update all
      the sources to refer to "container/vector" etc
      and regenerate all the Makefiles.
      
      there are some pretty lame functions here
      (e.g., Mkdir, Remove, the Getenv("PWD"))
      but i will implement better ones in another CL.
      
      R=r
      DELTA=117  (99 added, 2 deleted, 16 changed)
      OCL=27550
      CL=27574
      0f153ec6
    • Rob Pike's avatar
      document template · 3761da2d
      Rob Pike authored
      R=rsc
      DELTA=92  (73 added, 0 deleted, 19 changed)
      OCL=27566
      CL=27572
      3761da2d
  2. 16 Apr, 2009 16 commits
  3. 15 Apr, 2009 10 commits
  4. 14 Apr, 2009 8 commits
  5. 13 Apr, 2009 4 commits