From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta1.formilux.org (mta1.formilux.org [51.159.59.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 64328371072 for ; Sat, 4 Apr 2026 08:55:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=51.159.59.229 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775292937; cv=none; b=Mz8pRw5q4Su4S2wLbThSsKtCGYg86QV7kdFxyT2FYTcd4j0caLjy5j+sHwxjNtgMT93WYRqpLtDn9wVG0C/sZTOXCyuvvw4joGvQS4kq+0uFXbKZkV9Qk7am0F49zqyV8stBIWCBtWaZ+vkPxKshEL3XTecG+YrYIhvs/jfu9os= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775292937; c=relaxed/simple; bh=ToH9SdaLbjDPr4rj6Czk13BvXpqyZ1y6EZbBvhhk2K0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=APke96X7OHCr0DHN3rMAYPWwhCfx9PsSLJffjsaUs7Rdw+kd0pcl6DUsB3n/t/uUMH3ktv8cK67DfcnhoxCyjou07wklSOyBo5OhXyHqVTuXloN32XIPOoWzhCNV8zfLTuMLz03Yete/lr88q/2HJuF35RckH7UFYqm/U7qRksk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=1wt.eu; spf=pass smtp.mailfrom=1wt.eu; dkim=pass (1024-bit key) header.d=1wt.eu header.i=@1wt.eu header.b=vnB6BaZF; arc=none smtp.client-ip=51.159.59.229 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=1wt.eu Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=1wt.eu Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=1wt.eu header.i=@1wt.eu header.b="vnB6BaZF" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1wt.eu; s=mail; t=1775292933; bh=MZp76xB8u6E4lf4qUr4R4uFNo1VBTxXCEbx9tFCWy8I=; h=From:Message-ID:From; b=vnB6BaZFH9Cn+/ejxCwywj3XaF0cKb9waLHw4CvVJ4OxVHy+4qhouC6/RIax3J1yQ CPUiTKktahGW8nyi2FUDZFbk+Nypz6TNhFRfomB/V/+RBNqe0y3261tcfNLvcyGaZT S/DBtHxs0xW7BwKxTgZA0lGjFlQPzOf7PgfTfuI8= Received: from 1wt.eu (ded1.1wt.eu [163.172.96.212]) by mta1.formilux.org (Postfix) with ESMTP id 7DE36C0F42; Sat, 04 Apr 2026 10:55:33 +0200 (CEST) Date: Sat, 4 Apr 2026 10:55:33 +0200 From: Willy Tarreau To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/4] tools/nolibc: clean up the Makefile a bit Message-ID: References: <20260401-nolibc-cleanup-v1-0-bcf4c9f5c1be@weissschuh.net> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20260401-nolibc-cleanup-v1-0-bcf4c9f5c1be@weissschuh.net> On Wed, Apr 01, 2026 at 05:08:27PM +0200, Thomas Weißschuh wrote: > The nolibc installation Makefile contains some cruft, clean it up. > > Signed-off-by: Thomas Weißschuh > --- > Thomas Weißschuh (4): > tools/nolibc: drop superfluous invocation of 'make headers' > tools/nolibc: drop superfluous invocation of mkdir > tools/nolibc: drop superfluous definition of Q > tools/nolibc: explicitly list architecture headers All of these do indeed make sense. For the whole series: Acked-by: Willy Tarreau Thanks! Willy