Don't bother going through the source tree

Don't bother going through the source tree in more circumstances:
all cleaning goals, helping goals, no-deps goals.

Bug: 10244578
Change-Id: Id53a249085c62838e4193962a85e0ac34f46954f
This commit is contained in:
Ying Wang
2013-08-08 16:34:29 -07:00
parent d0ec3286e7
commit ad7fd29b31
6 changed files with 59 additions and 46 deletions

View File

@@ -14,13 +14,6 @@
# limitations under the License.
#
ifeq ($(MAKECMDGOALS),help)
dont_bother := true
endif
ifeq ($(MAKECMDGOALS),out)
dont_bother := true
endif
.PHONY: help
help:
@echo
@@ -39,4 +32,3 @@ help:
.PHONY: out
out:
@echo "I'm sure you're nice and all, but no thanks."