Re: [PATCH] perf tools: Fix 'make tools/perf'

From: Arnaldo Carvalho de Melo
Date: Wed Jul 17 2013 - 11:31:39 EST


Em Tue, Jul 16, 2013 at 04:50:36PM +0200, Robert Richter escreveu:
> There are other variant of building perf too:
>
> $ make -C tools perf
> $ make -C tools/perf
>
> Plus variants with O= and DESTDIR set.
>
> This patch fixes the above and was tested with the following:
>
> $ make O=... DESTDIR=... tools/perf
> $ make O=... DESTDIR=... -C tools/ perf
> $ make O=... DESTDIR=... -C tools/perf
> $ make tools/perf
> $ make -C tools/ perf
> $ make -C tools/perf

Thanks, those work now, applied, but can you check all those with actual
targets at the end, i.e. like:


make tools/perf install

Humm, probably it will look at the top level 'install' target? There was
some discussion about this, right? Can you refresh my mind?

- Arnaldo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/