commit | 39731d84c0a1be8e3250755975af3da5a587eff1 | [log] [tgz] |
---|---|---|
author | danh-arm <dan.handley@arm.com> | Thu Nov 03 12:17:38 2016 +0000 |
committer | GitHub <noreply@github.com> | Thu Nov 03 12:17:38 2016 +0000 |
tree | eef28e0c2c50863e2f10343366c36d76460d690a | |
parent | 177390821698b4a6f6fb0a73d1fe04489f45e20d [diff] | |
parent | 9c914470f0b0627ff5da5f829848a72461200319 [diff] |
Merge pull request #746 from antonio-nino-diaz-arm/an/fix-checkpatch Fix format of patches passed to checkpatch
diff --git a/Makefile b/Makefile index b73a4dd..abfc156 100644 --- a/Makefile +++ b/Makefile
@@ -666,7 +666,7 @@ checkpatch: locate-checkpatch @echo " CHECKING STYLE" - ${Q}git log -p ${BASE_COMMIT}..HEAD -- ${CHECK_PATHS} | ${CHECKPATCH} - || true + ${Q}git format-patch --stdout ${BASE_COMMIT}..HEAD -- ${CHECK_PATHS} | ${CHECKPATCH} - || true certtool: ${CRTTOOL}