| # Copyright 2009 The Go Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style |
| # license that can be found in the LICENSE file. |
| # After editing the DIRS= list or adding imports to any Go files |
| # in any of those directories, run: |
| # to rebuild the dependency information in Make.deps. |
| include $(GOROOT)/src/Make.inc |
| $(filter-out $(NOTEST),$(DIRS)) |
| clean.dirs: $(addsuffix .clean, $(DIRS)) |
| install.dirs: $(addsuffix .install, $(DIRS)) |
| nuke.dirs: $(addsuffix .nuke, $(DIRS)) |
| test.dirs: $(addsuffix .test, $(DIRS)) |
| check.dirs: $(addsuffix .check, $(DIRS)) |
| # rm -rf "$(GOROOT)"/pkg/thrift.* |