]> Cypherpunks repositories - gostls13.git/commit
lib9, cmd/dist, cmd/ld: Plan 9: fix build
authorAkshat Kumar <seed@mail.nanosouffle.net>
Mon, 11 Mar 2013 20:34:57 +0000 (13:34 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 11 Mar 2013 20:34:57 +0000 (13:34 -0700)
commit76374412c36ccbac91c86a033b37732661787246
tree23c65dabe2782cfc6c0036e2a5512aeb50c9d786
parent386ad0ab9056e2f9a0d05d7f86c8ae323262228b
lib9, cmd/dist, cmd/ld: Plan 9: fix build

lib9: fix runcmd, removeall, and tempdir functions

cmd/dist: Include run_plan9.c and tempdir_plan9.c
        from lib9 for build, and in general consider
        file names containing "plan9" for building.

cmd/ld: provide function args for the new functions
        from lib9.

R=rsc, rminnich, ality, bradfitz
CC=golang-dev
https://golang.org/cl/7666043
src/cmd/dist/build.c
src/cmd/ld/lib.c
src/lib9/run_plan9.c
src/lib9/tempdir_plan9.c