]> Cypherpunks repositories - gostls13.git/commit
fix weird all.bash failures by running deps.bash before make clean runs in pkg directory.
authorRob Pike <r@golang.org>
Wed, 25 Nov 2009 05:07:05 +0000 (21:07 -0800)
committerRob Pike <r@golang.org>
Wed, 25 Nov 2009 05:07:05 +0000 (21:07 -0800)
commita0c55432f3f6e6848fb36c04c7afaa7e34144dfa
treec3ad70b2eaeb123c5af6daf3cb96f1e8035b5d8e
parent28f1914023e7e8a5b37b698436c1278ffc1ace59
fix weird all.bash failures by running deps.bash before make clean runs in pkg directory.
before this change, if pkg/Make.deps is missing or broken, clean.bash fails and the build dies
but not until much later.

add freebsd to error message about valid values of $GOOS

TODO: would be nice if this process exited when an error occurred. subshells make it hard

R=rsc
CC=golang-dev
https://golang.org/cl/160065
src/make.bash
src/pkg/Makefile