From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=0.9 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, INVALID_MSGID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B7B1BC33C8C for ; Mon, 6 Jan 2020 12:23:49 +0000 (UTC) Received: from shelob.surriel.com (shelob.surriel.com [96.67.55.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9B1792071A for ; Mon, 6 Jan 2020 12:23:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=foxmail.com header.i=@foxmail.com header.b="iYqNb4mz" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9B1792071A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=foxmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kernelnewbies-bounces@kernelnewbies.org Received: from localhost ([::1] helo=shelob.surriel.com) by shelob.surriel.com with esmtp (Exim 4.92.3) (envelope-from ) id 1ioRPM-0001aY-Cp; Mon, 06 Jan 2020 07:22:56 -0500 Received: from smtpbg518.qq.com ([203.205.250.104] helo=smtpbg.qq.com) by shelob.surriel.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.3) (envelope-from ) id 1ioRPJ-0001a4-2I for kernelnewbies@kernelnewbies.org; Mon, 06 Jan 2020 07:22:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foxmail.com; s=s201512; t=1578313347; bh=zfDrsAJZ/m3FNNNh5HeUnIaIt+ClG8jXPP+LyzZ3P/Y=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=iYqNb4mztXJhMmfLDrcBDH0/UJ8eCqosqDjzGWCwZnoi/ZbZIR3SC0so27mP5ePlL cd0Kj5rLR9D2/jNDvx4+4Or29/HhUTUMU9kttNhqD0M4V98bgjmh2hi9+se4tkHfLW q/eVy7r0qV3c/UCHWdWMu4G/OKlUN9Cf58ippO/k= X-QQ-mid: esmtp7t1578313346t1i2yxawe Received: from AnonymousdeMacBook-Air.local (unknown [113.132.72.19]) by esmtp4.qq.com (ESMTP) with SMTP id 0 for ; Mon, 06 Jan 2020 20:22:25 +0800 (CST) X-QQ-SSF: 01000000000000D0Z8100000000000V X-QQ-FEAT: ZuIN8orgemLSMTe/0XOacna/rZm2wC2mqW1W3u9saeI2cuS3Y94HdSS8bcjUm NshGpaMbrF9DUugvgBB+jzJ+gOyGS66EU29WvN6nvKCg4Eg88AMPUFLNFqzHww/udS+dLaC F63g+mBFVdO2M+HoLZeeNH4zrgus70Tdkmru3PIv7z5nD5+inFgsog+onGgh6+tqC1OZFUb kyI8W63q0RdR2ezhYd2t9oalEMZw91Rv0LYoTZBPGjUNTdLC6JcOMMHNAdKRkduG0zZ9tTz s+XNr4QfbiK/mW X-QQ-GoodBg: 0 References: <5a13a673-8e81-fcc8-8078-ddb1834ba271@secunet.com> User-agent: mu4e 1.2.0; emacs 26.3 From: c4droid To: kernelnewbies@kernelnewbies.org Subject: Re: Making kernel problem In-reply-to: <5a13a673-8e81-fcc8-8078-ddb1834ba271@secunet.com> Date: Mon, 06 Jan 2020 20:22:24 +0800 Message-ID: +E467A520F3696690 MIME-Version: 1.0 X-QQ-SENDSIZE: 520 Feedback-ID: esmtp:foxmail.com:bgweb:bgweb5 X-BeenThere: kernelnewbies@kernelnewbies.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Learn about the Linux kernel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: kernelnewbies-bounces@kernelnewbies.org My environment is MacOS Catalina, I installed docker for building kernel. The docker container using -v options to mapping local path to docker container. Martin Christian writes: > Am 06.01.20 um 12:09 schrieb c4droid: >> Hi, I'm learning how to hacking the Linux kernel follow a tutorial from >> web, when I download the Linux kernel 5.4.8 source code and extract it >> to run make mrproper, the make report: Documentation/Kbuild: Is a >> directory. Stop. I checked Documentation directory, only have a >> directory name kbuild, not directory name Kbuild. How can I clean this >> error. > > My guess would be, you are running your build on a filesystem which is > case insensitive (eg. FAT) > > Martin _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies