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:
@@ -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."
|
||||
|
||||
|
Reference in New Issue
Block a user