Re: [dpdk-dev] [PATCH] build: use cat instead of more

2019-04-01 Thread Bruce Richardson
On Mon, Apr 01, 2019 at 01:24:20PM +0200, Thomas Monjalon wrote: > 01/04/2019 12:36, Ali Alnubani: > > This is to fix a build error with meson that is caused > > by using the 'more' command to read the VERSION file. The error: > > > > config/meson.build:10:10: ERROR: String > > ':

Re: [dpdk-dev] [PATCH] build: use cat instead of more

2019-04-01 Thread Thomas Monjalon
01/04/2019 12:36, Ali Alnubani: > This is to fix a build error with meson that is caused > by using the 'more' command to read the VERSION file. The error: > > config/meson.build:10:10: ERROR: String > '::\nVERSION\n::\n19' cannot be > converted to int > > The

[dpdk-dev] [PATCH] build: use cat instead of more

2019-04-01 Thread Ali Alnubani
This is to fix a build error with meson that is caused by using the 'more' command to read the VERSION file. The error: config/meson.build:10:10: ERROR: String '::\nVERSION\n::\n19' cannot be converted to int The command 'more' prints the file name before the