From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755481AbdEFWjv (ORCPT ); Sat, 6 May 2017 18:39:51 -0400 Received: from mail-lf0-f68.google.com ([209.85.215.68]:35832 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753442AbdEFWjq (ORCPT ); Sat, 6 May 2017 18:39:46 -0400 From: Max Filippov To: Masahiro Yamada , Linus Torvalds Cc: linux-kbuild@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Max Filippov Subject: [PATCH] docs: complete bumping minimal GNU Make version to 3.81 Date: Sat, 6 May 2017 15:39:25 -0700 Message-Id: <1494110365-1772-1-git-send-email-jcmvbkbc@gmail.com> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit 37d69ee3080811 ("docs: bump minimal GNU Make version to 3.81") changes one entry of GNU make version in the changes.rst, there's still one more entry saying that one need version 3.80. Fix that. Signed-off-by: Max Filippov --- Documentation/process/changes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/process/changes.rst b/Documentation/process/changes.rst index cef7bc4..e25d63f 100644 --- a/Documentation/process/changes.rst +++ b/Documentation/process/changes.rst @@ -70,7 +70,7 @@ computer. Make ---- -You will need GNU make 3.80 or later to build the kernel. +You will need GNU make 3.81 or later to build the kernel. Binutils -------- -- 2.1.4