Add a phony "nothing" goal that reads the makefiles but doesn't try to build anything.
Change-Id: Idac551e5c796321e993b94761f5cbf5b55c1a994
This commit is contained in:
@@ -871,3 +871,7 @@ modules:
|
|||||||
.PHONY: showcommands
|
.PHONY: showcommands
|
||||||
showcommands:
|
showcommands:
|
||||||
@echo >/dev/null
|
@echo >/dev/null
|
||||||
|
|
||||||
|
.PHONY: nothing
|
||||||
|
nothing:
|
||||||
|
@echo Successfully read the makefiles.
|
||||||
|
Reference in New Issue
Block a user