[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1309563076-5050-2-git-send-email-lacombar@gmail.com>
Date: Fri, 1 Jul 2011 19:31:13 -0400
From: Arnaud Lacombe <lacombar@...il.com>
To: linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Michal Marek <mmarek@...e.cz>, Arnaud Lacombe <lacombar@...il.com>,
Steven Rostedt <srostedt@...hat.com>
Subject: [RFC 1/4] kbuild: export MAKECMDGOALS
Cc: Steven Rostedt <srostedt@...hat.com>
---
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.
#
--
1.7.3.4.574.g608b.dirty
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists