Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754897Ab3JJGHu (ORCPT ); Thu, 10 Oct 2013 02:07:50 -0400 Received: from LGEMRELSE6Q.lge.com ([156.147.1.121]:59643 "EHLO LGEMRELSE6Q.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754497Ab3JJGHk (ORCPT ); Thu, 10 Oct 2013 02:07:40 -0400 X-AuditID: 9c930179-b7c78ae000003065-58-525644278c20 From: Namhyung Kim To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Peter Zijlstra , Arnaldo Carvalho de Melo , David Ahern , Jiri Olsa Subject: Re: [PATCH 26/52] tools/perf/build: Split out feature check: 'libbfd' References: <1381227082-22039-1-git-send-email-mingo@kernel.org> <1381227082-22039-27-git-send-email-mingo@kernel.org> Date: Thu, 10 Oct 2013 15:07:35 +0900 In-Reply-To: <1381227082-22039-27-git-send-email-mingo@kernel.org> (Ingo Molnar's message of "Tue, 8 Oct 2013 12:10:56 +0200") Message-ID: <871u3tk6ag.fsf@sejong.aot.lge.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 523 Lines: 14 On Tue, 8 Oct 2013 12:10:56 +0200, Ingo Molnar wrote: > +test-libbfd: > + $(BUILD) -DPACKAGE='perf' -DPACKAGE=perf -lbfd -ldl Duplicate PACKAGE definitions. It seems only one is needed and it should look like a normal C string like -DPACKAGE='"perf"' IMHO. Thanks, Namhyung -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/