[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120326151432.GA8527@gmail.com>
Date: Mon, 26 Mar 2012 17:14:32 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Borislav Petkov <bp@...64.org>
Cc: Ingo Molnar <mingo@...e.hu>,
Arnaldo Carvalho de Melo <acme@...radead.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 0/2] tools: Add a toplevel Makefile
* Borislav Petkov <bp@...64.org> wrote:
> On Sat, Mar 24, 2012 at 08:44:12AM +0100, Ingo Molnar wrote:
> > Could this also be accessible via 'make tools' in the toplevel
> > Makefile?
> >
> > I'd love to be able to type:
> >
> > make -j tools perf install
>
> Well,
>
> you could do
>
> $ make -j -C tools perf
Arguably I could also type:
cd tools/perf; make -j install
:-)
So I just wanted to bring this up, that integrating it into the
top level Makefile might make sense. Or not.
Thanks,
Ingo
--
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