lkml.org 
[lkml]   [2020]   [May]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH] netfilter: fix make target xt_TCPMSS.o error.
On Tue, May 5, 2020 at 11:52 PM Huang Qijun <dknightjun@gmail.com> wrote:
>
> When compiling netfilter, there will be an error
> "No rule to make target 'net/netfilter/xt_TCPMSS.o'",
> because the xt_TCPMSS.c in the makefile is uppercase,
> and the file name of the source file (xt_tcpmss.c) is lowercase.
> Therefore, change the xt_TCPMSS.c name in the makefile to all lowercase.

This is what you will get when you compile Linux kernel
on a case-insensitive filesystem like MacOS.

Please use a case-sensitive one.

\
 
 \ /
  Last update: 2020-05-06 23:55    [W:0.047 / U:0.404 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site