Add a phony "nothing" goal that reads the makefiles but doesn't try to build anything.

Change-Id: Idac551e5c796321e993b94761f5cbf5b55c1a994
This commit is contained in:
Joe Onorato
2012-05-18 20:41:38 -07:00
parent cc788043b7
commit d6b1d628be

View File

@@ -871,3 +871,7 @@ modules:
.PHONY: showcommands
showcommands:
@echo >/dev/null
.PHONY: nothing
nothing:
@echo Successfully read the makefiles.