From b2e01b17a1d7117efbbda232f0d67f6c7b0d2dfa Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Tue, 6 Oct 2015 22:58:03 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20the=20executable=20bit=20from=20exampl?= =?UTF-8?q?es=E2=80=99=20Makefiles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The normal way to invoke a Makefile is to run `make`, not to run the Makefile directly. Besides they would be missing a shebang anyway. --- examples/graphics/bitmap/24bit-color/Makefile | 0 examples/graphics/printing/both-screen-text/Makefile | 0 examples/graphics/printing/colored-text/Makefile | 0 examples/graphics/printing/hello-world/Makefile | 0 examples/graphics/printing/multiple-windows-text/Makefile | 0 examples/input/read-controls/Makefile | 0 examples/input/touch-screen/Makefile | 0 examples/time/rtc/Makefile | 0 8 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 examples/graphics/bitmap/24bit-color/Makefile mode change 100755 => 100644 examples/graphics/printing/both-screen-text/Makefile mode change 100755 => 100644 examples/graphics/printing/colored-text/Makefile mode change 100755 => 100644 examples/graphics/printing/hello-world/Makefile mode change 100755 => 100644 examples/graphics/printing/multiple-windows-text/Makefile mode change 100755 => 100644 examples/input/read-controls/Makefile mode change 100755 => 100644 examples/input/touch-screen/Makefile mode change 100755 => 100644 examples/time/rtc/Makefile diff --git a/examples/graphics/bitmap/24bit-color/Makefile b/examples/graphics/bitmap/24bit-color/Makefile old mode 100755 new mode 100644 diff --git a/examples/graphics/printing/both-screen-text/Makefile b/examples/graphics/printing/both-screen-text/Makefile old mode 100755 new mode 100644 diff --git a/examples/graphics/printing/colored-text/Makefile b/examples/graphics/printing/colored-text/Makefile old mode 100755 new mode 100644 diff --git a/examples/graphics/printing/hello-world/Makefile b/examples/graphics/printing/hello-world/Makefile old mode 100755 new mode 100644 diff --git a/examples/graphics/printing/multiple-windows-text/Makefile b/examples/graphics/printing/multiple-windows-text/Makefile old mode 100755 new mode 100644 diff --git a/examples/input/read-controls/Makefile b/examples/input/read-controls/Makefile old mode 100755 new mode 100644 diff --git a/examples/input/touch-screen/Makefile b/examples/input/touch-screen/Makefile old mode 100755 new mode 100644 diff --git a/examples/time/rtc/Makefile b/examples/time/rtc/Makefile old mode 100755 new mode 100644