diff options
author | Daniel Sandler <dsandler@google.com> | 2010-10-28 15:31:47 -0400 |
---|---|---|
committer | Daniel Sandler <dsandler@google.com> | 2010-10-28 15:40:06 -0400 |
commit | 9566122c9d6b0c4844563f3af9185adf082c6155 (patch) | |
tree | af849bd5b98bc98d972684fb43be5f94180a7cf2 /core/main.mk | |
parent | 83d3d7e5e800ece399bb97742293cef5ca49aa83 (diff) | |
download | build-9566122c9d6b0c4844563f3af9185adf082c6155.zip build-9566122c9d6b0c4844563f3af9185adf082c6155.tar.gz build-9566122c9d6b0c4844563f3af9185adf082c6155.tar.bz2 |
make help: prints a handy list of useful targets
A small step to making the platform build environment more
self-documenting.
Change-Id: I8f6cebe6cbd4cf89736da23e9d0d2a257ea422ee
Diffstat (limited to 'core/main.mk')
-rw-r--r-- | core/main.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/main.mk b/core/main.mk index 1c7706a..91e5cc4 100644 --- a/core/main.mk +++ b/core/main.mk @@ -54,6 +54,9 @@ $(DEFAULT_GOAL): .PHONY: FORCE FORCE: +# Targets that provide quick help on the build system. +include $(BUILD_SYSTEM)/help.mk + # Set up various standard variables based on configuration # and host information. include $(BUILD_SYSTEM)/config.mk @@ -842,3 +845,4 @@ modules: .PHONY: showcommands showcommands: @echo >/dev/null + |