From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751568AbdFEJNH (ORCPT ); Mon, 5 Jun 2017 05:13:07 -0400 Received: from terminus.zytor.com ([65.50.211.136]:42311 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751274AbdFEJNG (ORCPT ); Mon, 5 Jun 2017 05:13:06 -0400 Date: Mon, 5 Jun 2017 02:08:31 -0700 From: tip-bot for Ben Hutchings Message-ID: Cc: ben@decadent.org.uk, mingo@kernel.org, alexander.levin@verizon.com, tglx@linutronix.de, linux-kernel@vger.kernel.org, hpa@zytor.com, torvalds@linux-foundation.org, peterz@infradead.org Reply-To: ben@decadent.org.uk, mingo@kernel.org, alexander.levin@verizon.com, tglx@linutronix.de, torvalds@linux-foundation.org, hpa@zytor.com, linux-kernel@vger.kernel.org, peterz@infradead.org In-Reply-To: <20170525130005.5947-15-alexander.levin@verizon.com> References: <20170525130005.5947-15-alexander.levin@verizon.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:locking/core] tools/lib/lockdep: Remove double-quotes from soname Git-Commit-ID: e3addcc087d1ca398afbdefa3e671d580b026a71 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: e3addcc087d1ca398afbdefa3e671d580b026a71 Gitweb: http://git.kernel.org/tip/e3addcc087d1ca398afbdefa3e671d580b026a71 Author: Ben Hutchings AuthorDate: Thu, 25 May 2017 12:58:49 +0000 Committer: Ingo Molnar CommitDate: Mon, 5 Jun 2017 09:28:10 +0200 tools/lib/lockdep: Remove double-quotes from soname Signed-off-by: Ben Hutchings Signed-off-by: Sasha Levin Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: a.p.zijlstra@chello.nl Link: http://lkml.kernel.org/r/20170525130005.5947-15-alexander.levin@verizon.com Signed-off-by: Ingo Molnar --- tools/lib/lockdep/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lib/lockdep/Makefile b/tools/lib/lockdep/Makefile index e5e64d6..ce21b94 100644 --- a/tools/lib/lockdep/Makefile +++ b/tools/lib/lockdep/Makefile @@ -101,7 +101,7 @@ include $(srctree)/tools/build/Makefile.include do_compile_shared_library = \ ($(print_shared_lib_compile) \ - $(CC) --shared $^ -o $@ -lpthread -ldl -Wl,-soname='"$(@F)"';$(shell ln -sf $(@F) $(@D)/liblockdep.so)) + $(CC) --shared $^ -o $@ -lpthread -ldl -Wl,-soname='$(@F)';$(shell ln -sf $(@F) $(@D)/liblockdep.so)) do_build_static_lib = \ ($(print_static_lib_build) \