Re: [dpdk-dev] [dpdk-stable] [PATCH] mk: fix permissions when using make install

2018-08-09 Thread Ferruh Yigit
On 8/9/2018 5:16 PM, Thomas Monjalon wrote: > 09/08/2018 17:22, Bruce Richardson: >> When using make install, the permissions of the resulting file should be >> those of the user using make install, not those of the user who ran the >> build. This would not be the case when a user explicitly runs:

Re: [dpdk-dev] [dpdk-stable] [PATCH] mk: fix permissions when using make install

2018-08-09 Thread Thomas Monjalon
09/08/2018 17:22, Bruce Richardson: > When using make install, the permissions of the resulting file should be > those of the user using make install, not those of the user who ran the > build. This would not be the case when a user explicitly runs: > >"make && sudo make install" > > Fix this