From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/test: call objdump in platform-independent way Date: Fri, 17 Jun 2016 15:33:02 +0200 Message-ID: <4411369.B35CbBYzJp@xps13> References: <1466167967-12873-1-git-send-email-viktorin@rehivetech.com> <4736009.KaJXg4pMzg@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jan Viktorin Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 7B878D0DD for ; Fri, 17 Jun 2016 15:33:04 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id v199so230520317wmv.0 for ; Fri, 17 Jun 2016 06:33:04 -0700 (PDT) In-Reply-To: <4736009.KaJXg4pMzg@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > > Reported-by: Thomas Monjalon > > Tested-by: Thomas Monjalon > > Looks good, thanks Applied with title fixed: objdump -> objcopy ;)