HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/43713 )
Change subject: payloads/external/tint/Makefile: Remove whitespaces before tab ......................................................................
payloads/external/tint/Makefile: Remove whitespaces before tab
Change-Id: Ie08e92778e029b962cf0ed5f95ab740458e82fc5 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M payloads/external/tint/Makefile 1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/13/43713/1
diff --git a/payloads/external/tint/Makefile b/payloads/external/tint/Makefile index 253bfea..9473c02 100644 --- a/payloads/external/tint/Makefile +++ b/payloads/external/tint/Makefile @@ -18,9 +18,9 @@ cd tint; \ if [ -e debian ]; then \ rm -rf debian typedefs.h Makefile; \ - touch Makefile; \ - patch -l -p1 < ../libpayload_tint.patch; \ - fi + touch Makefile; \ + patch -l -p1 < ../libpayload_tint.patch; \ + fi
download: test -d tint || { wget $(project_url); \
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43713 )
Change subject: payloads/external/tint/Makefile: Remove whitespaces before tab ......................................................................
Patch Set 1: Code-Review+2
Angel Pons has submitted this change. ( https://review.coreboot.org/c/coreboot/+/43713 )
Change subject: payloads/external/tint/Makefile: Remove whitespaces before tab ......................................................................
payloads/external/tint/Makefile: Remove whitespaces before tab
Change-Id: Ie08e92778e029b962cf0ed5f95ab740458e82fc5 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/43713 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Angel Pons th3fanbus@gmail.com --- M payloads/external/tint/Makefile 1 file changed, 3 insertions(+), 3 deletions(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/payloads/external/tint/Makefile b/payloads/external/tint/Makefile index 253bfea..9473c02 100644 --- a/payloads/external/tint/Makefile +++ b/payloads/external/tint/Makefile @@ -18,9 +18,9 @@ cd tint; \ if [ -e debian ]; then \ rm -rf debian typedefs.h Makefile; \ - touch Makefile; \ - patch -l -p1 < ../libpayload_tint.patch; \ - fi + touch Makefile; \ + patch -l -p1 < ../libpayload_tint.patch; \ + fi
download: test -d tint || { wget $(project_url); \