From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: fix FreeBSD 'make install' Date: Thu, 22 Sep 2016 23:24:35 +0200 Message-ID: <4313731.vSaqJyMRXe@xps13> References: <1472461892-7692-1-git-send-email-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Daniel Verkamp To: Ferruh Yigit Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id BF60E47CD for ; Thu, 22 Sep 2016 23:24:37 +0200 (CEST) Received: by mail-wm0-f47.google.com with SMTP id w84so276986498wmg.1 for ; Thu, 22 Sep 2016 14:24:37 -0700 (PDT) In-Reply-To: <1472461892-7692-1-git-send-email-ferruh.yigit@intel.com> 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-08-29 10:11, Ferruh Yigit: > FreeBSD make install fails because of unsupported tar option: > tar: Option --warning=no-ignore-newer is not supported > > Issue fixed by removing unsupported tar option. > > Fixes: 6b62a72a70d0 ("mk: install a standard cutomizable tree") > Fixes: e4552b9cc603 ("mk: install doc") > > Reported-by: Daniel Verkamp > Signed-off-by: Ferruh Yigit Applied, thanks