commit | d6b1d628be13202550cd7381fccc4e641190c0b8 | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Fri May 18 20:41:38 2012 -0700 |
committer | Joe Onorato <joeo@google.com> | Thu Aug 16 22:36:40 2012 -0700 |
tree | b2ac18a7741bcac3785d6c39873f9e793fd3f9a7 | |
parent | cc788043b724ce53ed3b7d39fe44e96ce6fb363b [diff] [blame] |
Add a phony "nothing" goal that reads the makefiles but doesn't try to build anything. Change-Id: Idac551e5c796321e993b94761f5cbf5b55c1a994
diff --git a/core/main.mk b/core/main.mk index 6516fa6..f7a5193 100644 --- a/core/main.mk +++ b/core/main.mk
@@ -871,3 +871,7 @@ .PHONY: showcommands showcommands: @echo >/dev/null + +.PHONY: nothing +nothing: + @echo Successfully read the makefiles.