Re: [PATCH] tools/thermal: tmon: fixed the 'make install' command

2015-05-07 Thread Zhang Rui
On Thu, 2015-05-07 at 13:31 -0700, Jacob Pan wrote: > On Fri, 8 May 2015 03:39:04 +0930 > Anand Moon wrote: > > > To install tmon we issue "make install" which produces bellow error. > > > looks good, there is no config file for now. > > Thanks for the fix. > Acked-by: Jacob Pan > patch

Re: [PATCH] tools/thermal: tmon: fixed the 'make install' command

2015-05-07 Thread Jacob Pan
On Fri, 8 May 2015 03:39:04 +0930 Anand Moon wrote: > To install tmon we issue "make install" which produces bellow error. > looks good, there is no config file for now. Thanks for the fix. Acked-by: Jacob Pan > root@odroidxu3:/usr/src/odroidxu3-4.y-testing/tools/thermal/tmon# > make

[PATCH] tools/thermal: tmon: fixed the 'make install' command

2015-05-07 Thread Anand Moon
To install tmon we issue "make install" which produces bellow error. root@odroidxu3:/usr/src/odroidxu3-4.y-testing/tools/thermal/tmon# make install mkdir -p /usr/bin install -m 755 -p "tmon" "/usr/bin/tmon" mkdir -p / install -m 644 -p "" "/" install: cannot stat ‘’: No such file or directory

[PATCH] tools/thermal: tmon: fixed the 'make install' command

2015-05-07 Thread Anand Moon
To install tmon we issue make install which produces bellow error. root@odroidxu3:/usr/src/odroidxu3-4.y-testing/tools/thermal/tmon# make install mkdir -p /usr/bin install -m 755 -p tmon /usr/bin/tmon mkdir -p / install -m 644 -p / install: cannot stat ‘’: No such file or directory make:

Re: [PATCH] tools/thermal: tmon: fixed the 'make install' command

2015-05-07 Thread Zhang Rui
On Thu, 2015-05-07 at 13:31 -0700, Jacob Pan wrote: On Fri, 8 May 2015 03:39:04 +0930 Anand Moon linux.am...@gmail.com wrote: To install tmon we issue make install which produces bellow error. looks good, there is no config file for now. Thanks for the fix. Acked-by: Jacob Pan

Re: [PATCH] tools/thermal: tmon: fixed the 'make install' command

2015-05-07 Thread Jacob Pan
On Fri, 8 May 2015 03:39:04 +0930 Anand Moon linux.am...@gmail.com wrote: To install tmon we issue make install which produces bellow error. looks good, there is no config file for now. Thanks for the fix. Acked-by: Jacob Pan jacob.jun@linux.intel.com