OSDN Git Service

kernel/Makefile: don't assume that kernel/gen_ikh_data.sh is executable
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 14 May 2019 22:40:43 +0000 (15:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 15 May 2019 02:52:47 +0000 (19:52 -0700)
commitacb2ec3dd003b50b6fb5772057a08ec0dc45d42a
treec840a9b183a2c0d8fc82f1bca09d2f0ae79045a9
parente0654264c4806dc436b291294a0fbf9be7571ab6
kernel/Makefile: don't assume that kernel/gen_ikh_data.sh is executable

If the user downloads and applies patch-5.1.gz using patch(1), the x bit
on kernel/gen_ikh_data.sh is not set.

  /bin/sh: 1: ./kernel/gen_ikh_data.sh: Permission denied

Fix this by using CONFIG_SHELL.

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/Makefile