diff options
| author | Rob Pike <r@golang.org> | 2009-11-24 21:07:05 -0800 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2009-11-24 21:07:05 -0800 |
| commit | a0c55432f3f6e6848fb36c04c7afaa7e34144dfa (patch) | |
| tree | c3ad70b2eaeb123c5af6daf3cb96f1e8035b5d8e /src/pkg/Makefile | |
| parent | 28f1914023e7e8a5b37b698436c1278ffc1ace59 (diff) | |
| download | go-a0c55432f3f6e6848fb36c04c7afaa7e34144dfa.tar.xz | |
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
Diffstat (limited to 'src/pkg/Makefile')
| -rw-r--r-- | src/pkg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile index 549377db21..2b5e76c40a 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -145,4 +145,4 @@ nuke: nuke.dirs deps: ./deps.bash -include Make.deps +-include Make.deps |
