Re: [PATCH v6 06/11] Makefile: Remove dangerous EOL trailing backslash

2020-06-08 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > One might get caught trying to understand unexpected Makefile > behavior. Trailing backslash can help to split very long lines, > but are rather dangerous when nothing follow. Preserve other > developers debugging time by removing this one. > > Reviewed-by: Thom

[PATCH v6 06/11] Makefile: Remove dangerous EOL trailing backslash

2020-06-05 Thread Philippe Mathieu-Daudé
One might get caught trying to understand unexpected Makefile behavior. Trailing backslash can help to split very long lines, but are rather dangerous when nothing follow. Preserve other developers debugging time by removing this one. Reviewed-by: Thomas Huth Reviewed-by: Alistair Francis Signed