]> git.baikalelectronics.ru Git - kernel.git/commit
tools build: Move tabs to spaces where suitable
authorJiri Olsa <jolsa@kernel.org>
Sun, 4 Dec 2016 20:42:53 +0000 (21:42 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 5 Dec 2016 19:06:03 +0000 (16:06 -0300)
commitf05cb0d7ef9b314399052d2ad251d4c81936dea7
tree80b37d3a133bb73b7691098c792aca002157acfd
parentd878d4305b2d318e44aa8b8c4e4ebbcaa2261b22
tools build: Move tabs to spaces where suitable

We've been hit several times by a Makefile bug where line indented by
tab was falsely considered as target command.

We prevent this by always using space indentation for everything except
for the target commands.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1480884178-8072-3-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/build/Build.include
tools/build/Makefile.feature
tools/build/feature/Makefile