jcheck complains about tabs in Makefiles?

Aleksey Shipilev shade at redhat.com
Tue Dec 1 11:23:09 UTC 2020


On 12/1/20 12:10 PM, Thomas Stüfe wrote:
> Hi,
> 
> I am not sure when this started, but git jcheck complains about tabs in
> Makefiles:
> 
> [whitespace] error: 4c86e46d: tab in make/common/NativeCompilation.gmk:245
>                                    $(SED) \
>                                ^^^^
> [whitespace] error: 4c86e46d: tab in make/common/NativeCompilation.gmk:246
>                                        -e 's|^\([ ]*\)\./|\1|' \
>                                ^^^^

I think you need a whole fix in your repo:
   https://bugs.openjdk.java.net/browse/JDK-8255526

Note how it does "ignore-tabs".

IIRC, I caught the same trouble before, and pull from master resolved it.

-- 
Thanks,
-Aleksey



More information about the skara-dev mailing list