2016-06-17 15:19, Thomas Monjalon: > 2016-06-17 14:52, Jan Viktorin: > > Using of the /dev/stdin generates a warning when compiling on FreeBSD: > > > > objcopy: Warning: '/dev/stdin' is not an ordinary file > > app/test/Makefile:78: recipe for target 'test_resource_c.res.o' failed > > # ls -l /dev/stdin > > lrwxr-xr-x 1 root wheel 4 Jun 17 12:24 /dev/stdin -> fd/0 > > > > Replace /dev/stdin by a temporary file. > > > > Signed-off-by: Jan Viktorin <viktorin at rehivetech.com> > > Reported-by: Thomas Monjalon <thomas.monjalon at 6wind.com> > > Tested-by: Thomas Monjalon <thomas.monjalon at 6wind.com> > > Looks good, thanks
Applied with title fixed: objdump -> objcopy ;)