From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id F286F1A0008 for ; Thu, 26 Jun 2014 18:21:08 +1000 (EST) Message-ID: <1403770867.18572.6.camel@concordia> Subject: Re: [PATCH 1/1] selftests/powerpc: fix TARGETS in powerpc selftests makefile From: Michael Ellerman To: Sam Bobroff Date: Thu, 26 Jun 2014 18:21:07 +1000 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2014-06-25 at 15:18 +1000, Sam Bobroff wrote: > This patch changes the name of a make variable (TARGETS) to prevent it > from colliding with a value set by the user on the command line (as > they are recommended to do by tools/testing/selftests/README.txt). > > Before this patch, "make -C tools/testing/selftests TARGETS=powerpc" > would fail. > > Signed-off-by: Sam Bobroff Acked-by: Michael Ellerman cheers