[dpdk-dev] [PATCH v3] devtools: better freebsd support
Thomas Monjalon
thomas at monjalon.net
Wed Jul 31 00:00:11 CEST 2019
29/07/2019 10:31, David Marchand:
> On Thu, Jul 11, 2019 at 4:25 PM Olivier Matz <olivier.matz at 6wind.com> wrote:
> >
> > - As "readlink -e" and "readlink -m" do not exist on freebsd,
> > use "readlink -f", it should not have any impact in these cases.
> > - "sed -ri" is invalid on freebsd and should be replaced by
> > "sed -ri=''"
> > - Use gmake instead of make.
> >
> > This fixes the following command:
> > SYSDIR=/usr/src/sys ./devtools/test-build.sh \
> > -j4 x86_64-native-freebsd-gcc
> >
> > Signed-off-by: Olivier Matz <olivier.matz at 6wind.com>
>
> Reviewed-by: David Marchand <david.marchand at redhat.com>
Applied, thanks
More information about the dev
mailing list