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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to