]> git.karo-electronics.de Git - karo-tx-linux.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)
commit2fedf79b69cf05b7e8e82a42d749c621155dd812
tree80b37d3a133bb73b7691098c792aca002157acfd
parenta5ba0a1a5af312c4b4bfe78dc054d832103ec27d
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