From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: Fix cruft getting installed by "make install" with tar >= 1.29 Date: Fri, 10 Jun 2016 17:26:26 +0200 Message-ID: <1707753.0XuFx6DF2X@xps13> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Panu Matilainen Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id F0503214A for ; Fri, 10 Jun 2016 17:26:28 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id m124so106695833wme.1 for ; Fri, 10 Jun 2016 08:26:28 -0700 (PDT) In-Reply-To: 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-05-23 08:53, Panu Matilainen: > --exclude became a positional option in tar 1.29, breaking the > test app filtering in "make install", causing .map files and all test > apps to get installed in bindir. Adjust the tar arguments accordingly, > this is compatible with older versions too since they do not care about > the order. > > Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1337864 > > Signed-off-by: Panu Matilainen Fixes: 6b62a72a70d0 ("mk: install a standard cutomizable tree") Applied, thanks