Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp2042236imm; Mon, 16 Jul 2018 00:44:30 -0700 (PDT) X-Google-Smtp-Source: AAOMgpepJSPJsF/CYKph/De86wWeJtQJ6vsJobyJp3xgupoEK0x56oUIOmy+7CxYj0jQ0Yz+yVJ2 X-Received: by 2002:a63:8e41:: with SMTP id k62-v6mr14308822pge.187.1531727070306; Mon, 16 Jul 2018 00:44:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531727070; cv=none; d=google.com; s=arc-20160816; b=O8jUP+x2Y1etNcVWJ2w30PH5ay+FI53N56QXjId/8doyQIkM+4aVrNN80VPjyoUQIj u20HA8blOxO2pCZjDpKHIvk+VwXH5UDg/TWTKZ+evqGwLNMBupPN+pYFy+di3HU4j3SW vcNlNxhtBEtWRkISPymeAoK9sIqCeU6mfAKvQeYYSdaZ49tdZfs3FeB04ALbUBM9S6eb wn9Z0gSP9Rv4ylK9grtNp6JpGLC5QS0kTcMEnmp+hPxZtFc+yT4ws9OxouM8yB7jNE5z mpk7zOCzvBm9SCl385kQvARyuev+9IK52TwojQYTtTsq/rmmPRBnxgoSkzP87K+Uoyqf CpqQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=kzGJXWZo7CYvGVdjjQV55QoLZOh+QFx+RqlPAC3C8Wc=; b=KMQ/+dFy6TCJ41wkt6SAA3kizZfS+KylIwUlDA19YSGd/qwHnQ/PnjyHmZ+gG1OlPh KSmM1ViNo3Tee7ZfbWgYsHUsseHqnUCmEy95yP6GyinOyXHHgomfA35hALAd8K+FLr/k maM+ybac7nezAXV1j0Es2pMU/57zkh/srBza+qirnwNzASylCSwBKn5FrZHnsI/OzDRH xXxsFEneBEopEiib/SBfauHG5zT+Yk95EcJiZecYyb73nllqUHO48tRtAkbxoxNpPVfk MlS8ZahXWrVUlJePXzgBSmwx4G/WJkzNxkaRg1VIpeOMjR3ByFhjSiN5TO9hq1Cb8uW6 sBIg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r6-v6si28956437pgm.647.2018.07.16.00.44.15; Mon, 16 Jul 2018 00:44:30 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388912AbeGPIJD (ORCPT + 99 others); Mon, 16 Jul 2018 04:09:03 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:47906 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730161AbeGPIJD (ORCPT ); Mon, 16 Jul 2018 04:09:03 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id ABF9DCA1; Mon, 16 Jul 2018 07:42:59 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Randy Dunlap , Rasmus Villemoes , Paul Menzel , Masahiro Yamada Subject: [PATCH 4.9 22/32] tools build: fix # escaping in .cmd files for future Make Date: Mon, 16 Jul 2018 09:36:30 +0200 Message-Id: <20180716073507.301723219@linuxfoundation.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180716073504.433996952@linuxfoundation.org> References: <20180716073504.433996952@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: Paul Menzel commit 9feeb638cde083c737e295c0547f1b4f28e99583 upstream. In 2016 GNU Make made a backwards incompatible change to the way '#' characters were handled in Makefiles when used inside functions or macros: http://git.savannah.gnu.org/cgit/make.git/commit/?id=c6966b323811c37acedff05b57 Due to this change, when attempting to run `make prepare' I get a spurious make syntax error: /home/earnest/linux/tools/objtool/.fixdep.o.cmd:1: *** missing separator. Stop. When inspecting `.fixdep.o.cmd' it includes two lines which use unescaped comment characters at the top: \# cannot find fixdep (/home/earnest/linux/tools/objtool//fixdep) \# using basic dep data This is because `tools/build/Build.include' prints these '\#' characters: printf '\# cannot find fixdep (%s)\n' $(fixdep) > $(dot-target).cmd; \ printf '\# using basic dep data\n\n' >> $(dot-target).cmd; \ This completes commit 9564a8cf422d ("Kbuild: fix # escaping in .cmd files for future Make"). Link: https://bugzilla.kernel.org/show_bug.cgi?id=197847 Cc: Randy Dunlap Cc: Rasmus Villemoes Cc: stable@vger.kernel.org Signed-off-by: Paul Menzel Signed-off-by: Masahiro Yamada Signed-off-by: Greg Kroah-Hartman --- tools/build/Build.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/tools/build/Build.include +++ b/tools/build/Build.include @@ -63,8 +63,8 @@ dep-cmd = $(if $(wildcard $(fixdep)), $(fixdep) $(depfile) $@ '$(make-cmd)' > $(dot-target).tmp; \ rm -f $(depfile); \ mv -f $(dot-target).tmp $(dot-target).cmd, \ - printf '\# cannot find fixdep (%s)\n' $(fixdep) > $(dot-target).cmd; \ - printf '\# using basic dep data\n\n' >> $(dot-target).cmd; \ + printf '$(pound) cannot find fixdep (%s)\n' $(fixdep) > $(dot-target).cmd; \ + printf '$(pound) using basic dep data\n\n' >> $(dot-target).cmd; \ cat $(depfile) >> $(dot-target).cmd; \ printf '%s\n' 'cmd_$@ := $(make-cmd)' >> $(dot-target).cmd)