[PATCH 01/20] tools build: Make fixdep parsing wait for last target

2016-12-05 Thread Arnaldo Carvalho de Melo
From: Jiri Olsa The fixdep tool, among other things, replaces the target of the object in the gcc generated dependency output file. The parsing code assumes there's only single target in the rule but this is not always the case as described in here:

[PATCH 01/20] tools build: Make fixdep parsing wait for last target

2016-12-05 Thread Arnaldo Carvalho de Melo
From: Jiri Olsa The fixdep tool, among other things, replaces the target of the object in the gcc generated dependency output file. The parsing code assumes there's only single target in the rule but this is not always the case as described in here: