Re: [PATCH 2/9] selftests: Add install target

2015-03-11 Thread Shuah Khan
On 03/10/2015 09:20 PM, Michael Ellerman wrote: > On Tue, 2015-03-10 at 09:11 -0600, Shuah Khan wrote: >> On 03/09/2015 04:29 PM, Shuah Khan wrote: >>> On 03/09/2015 08:20 AM, Shuah Khan wrote: On 03/05/2015 11:53 AM, Dave Jones wrote: > On Tue, Mar 03, 2015 at 03:51:35PM +1100, Michael

Re: [PATCH 2/9] selftests: Add install target

2015-03-11 Thread Shuah Khan
On 03/10/2015 09:20 PM, Michael Ellerman wrote: On Tue, 2015-03-10 at 09:11 -0600, Shuah Khan wrote: On 03/09/2015 04:29 PM, Shuah Khan wrote: On 03/09/2015 08:20 AM, Shuah Khan wrote: On 03/05/2015 11:53 AM, Dave Jones wrote: On Tue, Mar 03, 2015 at 03:51:35PM +1100, Michael Ellerman wrote:

Re: [PATCH 2/9] selftests: Add install target

2015-03-10 Thread Michael Ellerman
On Tue, 2015-03-10 at 09:11 -0600, Shuah Khan wrote: > On 03/09/2015 04:29 PM, Shuah Khan wrote: > > On 03/09/2015 08:20 AM, Shuah Khan wrote: > >> On 03/05/2015 11:53 AM, Dave Jones wrote: > >>> On Tue, Mar 03, 2015 at 03:51:35PM +1100, Michael Ellerman wrote: > >>> > This adds make install

Re: [PATCH 2/9] selftests: Add install target

2015-03-10 Thread Dave Jones
On Wed, Mar 11, 2015 at 02:15:10PM +1100, Michael Ellerman wrote: > On Thu, 2015-03-05 at 13:53 -0500, Dave Jones wrote: > > $ ./all.sh > > -bash: ./all.sh: /bin/bash\n\n: bad interpreter: No such file or directory > > > > Removing the \n\n fixes it. > > > > > + echo "cd

Re: [PATCH 2/9] selftests: Add install target

2015-03-10 Thread Michael Ellerman
On Thu, 2015-03-05 at 13:53 -0500, Dave Jones wrote: > On Tue, Mar 03, 2015 at 03:51:35PM +1100, Michael Ellerman wrote: > > This adds make install support to selftests. The basic usage is: > > > > $ cd tools/testing/selftests > > $ make install > > > > That installs into

Re: [PATCH 2/9] selftests: Add install target

2015-03-10 Thread Shuah Khan
On 03/09/2015 04:29 PM, Shuah Khan wrote: > On 03/09/2015 08:20 AM, Shuah Khan wrote: >> On 03/05/2015 11:53 AM, Dave Jones wrote: >>> On Tue, Mar 03, 2015 at 03:51:35PM +1100, Michael Ellerman wrote: >>> > This adds make install support to selftests. The basic usage is: >>> > >>> > $ cd

Re: [PATCH 2/9] selftests: Add install target

2015-03-10 Thread Michael Ellerman
On Tue, 2015-03-10 at 09:11 -0600, Shuah Khan wrote: On 03/09/2015 04:29 PM, Shuah Khan wrote: On 03/09/2015 08:20 AM, Shuah Khan wrote: On 03/05/2015 11:53 AM, Dave Jones wrote: On Tue, Mar 03, 2015 at 03:51:35PM +1100, Michael Ellerman wrote: This adds make install support to

Re: [PATCH 2/9] selftests: Add install target

2015-03-10 Thread Michael Ellerman
On Thu, 2015-03-05 at 13:53 -0500, Dave Jones wrote: On Tue, Mar 03, 2015 at 03:51:35PM +1100, Michael Ellerman wrote: This adds make install support to selftests. The basic usage is: $ cd tools/testing/selftests $ make install That installs into

Re: [PATCH 2/9] selftests: Add install target

2015-03-10 Thread Dave Jones
On Wed, Mar 11, 2015 at 02:15:10PM +1100, Michael Ellerman wrote: On Thu, 2015-03-05 at 13:53 -0500, Dave Jones wrote: $ ./all.sh -bash: ./all.sh: /bin/bash\n\n: bad interpreter: No such file or directory Removing the \n\n fixes it. + echo cd \$$ROOT\n

Re: [PATCH 2/9] selftests: Add install target

2015-03-10 Thread Shuah Khan
On 03/09/2015 04:29 PM, Shuah Khan wrote: On 03/09/2015 08:20 AM, Shuah Khan wrote: On 03/05/2015 11:53 AM, Dave Jones wrote: On Tue, Mar 03, 2015 at 03:51:35PM +1100, Michael Ellerman wrote: This adds make install support to selftests. The basic usage is: $ cd tools/testing/selftests

Re: [PATCH 2/9] selftests: Add install target

2015-03-09 Thread Shuah Khan
On 03/09/2015 08:20 AM, Shuah Khan wrote: > On 03/05/2015 11:53 AM, Dave Jones wrote: >> On Tue, Mar 03, 2015 at 03:51:35PM +1100, Michael Ellerman wrote: >> > This adds make install support to selftests. The basic usage is: >> > >> > $ cd tools/testing/selftests >> > $ make install >> > >>

Re: [PATCH 2/9] selftests: Add install target

2015-03-09 Thread Shuah Khan
On 03/05/2015 11:53 AM, Dave Jones wrote: > On Tue, Mar 03, 2015 at 03:51:35PM +1100, Michael Ellerman wrote: > > This adds make install support to selftests. The basic usage is: > > > > $ cd tools/testing/selftests > > $ make install > > > > That installs into

Re: [PATCH 2/9] selftests: Add install target

2015-03-09 Thread Shuah Khan
On 03/05/2015 11:53 AM, Dave Jones wrote: On Tue, Mar 03, 2015 at 03:51:35PM +1100, Michael Ellerman wrote: This adds make install support to selftests. The basic usage is: $ cd tools/testing/selftests $ make install That installs into tools/testing/selftests/install, which

Re: [PATCH 2/9] selftests: Add install target

2015-03-09 Thread Shuah Khan
On 03/09/2015 08:20 AM, Shuah Khan wrote: On 03/05/2015 11:53 AM, Dave Jones wrote: On Tue, Mar 03, 2015 at 03:51:35PM +1100, Michael Ellerman wrote: This adds make install support to selftests. The basic usage is: $ cd tools/testing/selftests $ make install That installs

Re: [PATCH 2/9] selftests: Add install target

2015-03-05 Thread Dave Jones
On Tue, Mar 03, 2015 at 03:51:35PM +1100, Michael Ellerman wrote: > This adds make install support to selftests. The basic usage is: > > $ cd tools/testing/selftests > $ make install > > That installs into tools/testing/selftests/install, which can then be > copied where ever necessary.

Re: [PATCH 2/9] selftests: Add install target

2015-03-05 Thread Dave Jones
On Tue, Mar 03, 2015 at 03:51:35PM +1100, Michael Ellerman wrote: This adds make install support to selftests. The basic usage is: $ cd tools/testing/selftests $ make install That installs into tools/testing/selftests/install, which can then be copied where ever necessary. The

[PATCH 2/9] selftests: Add install target

2015-03-02 Thread Michael Ellerman
This adds make install support to selftests. The basic usage is: $ cd tools/testing/selftests $ make install That installs into tools/testing/selftests/install, which can then be copied where ever necessary. The install destination is also configurable using eg: $ INSTALL_PATH=/mnt/selftests

[PATCH 2/9] selftests: Add install target

2015-03-02 Thread Michael Ellerman
This adds make install support to selftests. The basic usage is: $ cd tools/testing/selftests $ make install That installs into tools/testing/selftests/install, which can then be copied where ever necessary. The install destination is also configurable using eg: $ INSTALL_PATH=/mnt/selftests