From patchwork Fri Jul 1 23:31:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnaud Lacombe X-Patchwork-Id: 939582 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p61NWRS8008108 for ; Fri, 1 Jul 2011 23:32:52 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758157Ab1GAXbl (ORCPT ); Fri, 1 Jul 2011 19:31:41 -0400 Received: from mail-iy0-f174.google.com ([209.85.210.174]:57845 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758015Ab1GAXbc (ORCPT ); Fri, 1 Jul 2011 19:31:32 -0400 Received: by iyb12 with SMTP id 12so3173064iyb.19 for ; Fri, 01 Jul 2011 16:31:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=U7+UELtNTbvjKLjfpKX7RMzlkc+aA2WRHUQ3IVIjhwo=; b=TZAstH8SoTEJwLPl+GdUODRimxVM0Xs62qhH/k7ALGRppBQBGgNuyoax85Uh2m63ns 5EI+wMhV1ENP2vhXg8cCEDULI9R+dbv2cEYYvFoPCoUc9qfXwgp7MtavkxSw0uHO/db3 c+MUTulBBg8rYwF3fGijSZAwq37N8Ta2dXDPM= Received: by 10.42.131.133 with SMTP id z5mr4301119ics.399.1309563091984; Fri, 01 Jul 2011 16:31:31 -0700 (PDT) Received: from localhost.localdomain (69-165-144-226.dsl.teksavvy.com [69.165.144.226]) by mx.google.com with ESMTPS id hp8sm3820881icc.11.2011.07.01.16.31.30 (version=SSLv3 cipher=OTHER); Fri, 01 Jul 2011 16:31:31 -0700 (PDT) From: Arnaud Lacombe To: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Michal Marek , Arnaud Lacombe , Steven Rostedt Subject: [RFC 1/4] kbuild: export MAKECMDGOALS Date: Fri, 1 Jul 2011 19:31:13 -0400 Message-Id: <1309563076-5050-2-git-send-email-lacombar@gmail.com> X-Mailer: git-send-email 1.7.3.4.574.g608b.dirty In-Reply-To: <1309563076-5050-1-git-send-email-lacombar@gmail.com> References: <1309563076-5050-1-git-send-email-lacombar@gmail.com> Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 01 Jul 2011 23:32:52 +0000 (UTC) Cc: Steven Rostedt --- Makefile | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index afb8e0d..ea517fd 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,9 @@ LC_COLLATE=C LC_NUMERIC=C export LC_COLLATE LC_NUMERIC +# Export make goals +export MAKECMDGOALS + # We are using a recursive build, so we need to do a little thinking # to get the ordering right. #