Re: [PATCH] perf tests: Add static build make test

2014-04-29 Thread David Ahern
On 4/29/14, 2:33 AM, Jiri Olsa wrote: Adding test for building static perf build into the automated suite. Also available via following commands: $ make -f tests/make make_static - make_static: cd . && make -f Makefile DESTDIR=/tmp/tmp.7u5MlB4njo LDFLAGS=-static $ make -f tests/make

[PATCH] perf tests: Add static build make test

2014-04-29 Thread Jiri Olsa
Adding test for building static perf build into the automated suite. Also available via following commands: $ make -f tests/make make_static - make_static: cd . && make -f Makefile DESTDIR=/tmp/tmp.7u5MlB4njo LDFLAGS=-static $ make -f tests/make make_static_O - make_static_O: cd . &&

[PATCH] perf tests: Add static build make test

2014-04-29 Thread Jiri Olsa
Adding test for building static perf build into the automated suite. Also available via following commands: $ make -f tests/make make_static - make_static: cd . make -f Makefile DESTDIR=/tmp/tmp.7u5MlB4njo LDFLAGS=-static $ make -f tests/make make_static_O - make_static_O: cd . make -f

Re: [PATCH] perf tests: Add static build make test

2014-04-29 Thread David Ahern
On 4/29/14, 2:33 AM, Jiri Olsa wrote: Adding test for building static perf build into the automated suite. Also available via following commands: $ make -f tests/make make_static - make_static: cd . make -f Makefile DESTDIR=/tmp/tmp.7u5MlB4njo LDFLAGS=-static $ make -f tests/make