Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933166AbaFKQUV (ORCPT ); Wed, 11 Jun 2014 12:20:21 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:35436 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932471AbaFKQUT (ORCPT ); Wed, 11 Jun 2014 12:20:19 -0400 From: Andy Lutomirski To: "H. Peter Anvin" , Josh Boyer Cc: Michal Marek , linux-kbuild@vger.kernel.org, "Linux-Kernel@Vger. Kernel. Org" , Andy Lutomirski Subject: [PATCH 0/2] x86,vdso,kbuild: Fix vdso_install Date: Wed, 11 Jun 2014 09:20:05 -0700 Message-Id: X-Mailer: git-send-email 1.9.3 In-Reply-To: <5398749B.4090209@zytor.com> References: <5398749B.4090209@zytor.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This changes kbuild slightly because I didn't want to fight with using static pattern rules and extra obfuscated fake targets just to write a loop. Better ideas / cleanups welcome. Andy Lutomirski (2): kbuild: Add recipe-cmd, an @-less cmd variant x86,vdso: Fix vdso_install arch/x86/vdso/Makefile | 20 +++++++------------- scripts/Kbuild.include | 1 + 2 files changed, 8 insertions(+), 13 deletions(-) -- 1.9.3 -- 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/