Message ID | 20200612022452.371685-12-oohall@gmail.com |
---|---|
State | Accepted |
Headers | show |
Series | [01/15] test/qemu: Update command line arguments | expand |
Context | Check | Description |
---|---|---|
snowpatch_ozlabs/apply_patch | warning | Failed to apply on branch master (fe70fbb78d33abea788a3221bc409a7c50c019c3) |
snowpatch_ozlabs/apply_patch | fail | Failed to apply to any branch |
On 6/12/20 7:54 AM, Oliver O'Halloran wrote: > To go along with core-check and friends. > > Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Reviewed-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> -Vasant
diff --git a/external/Makefile.check b/external/Makefile.check index 7edd7a21e6ce..d3d04c7ffabb 100644 --- a/external/Makefile.check +++ b/external/Makefile.check @@ -6,9 +6,11 @@ CHECK_TOOL=$(patsubst %,check-%,$(TOOL)) TOOL_COVERAGE=$(patsubst %,%-coverage,$(TOOL)) TOOL_TEST_CLEAN=$(patsubst %,%-test-clean,$(TOOL)) +.PHONY: external-check +external-check: $(CHECK_TOOL) .PHONY: check -check: $(CHECK_TOOL) +check: external-check #Makefile knows to build and clean it before checking, should also #make clean before checking. If not, .o files for different
To go along with core-check and friends. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> --- external/Makefile.check | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)