From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: Fix examples install Date: Tue, 19 Jan 2016 09:18:19 +0100 Message-ID: <3455770.RT2PY5vmrM@xps13> References: <1452250981-5286-1-git-send-email-christian.ehrhardt@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Christian Ehrhardt Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id E89CD37A8 for ; Tue, 19 Jan 2016 11:19:09 +0100 (CET) Received: by mail-wm0-f52.google.com with SMTP id 123so84827884wmz.0 for ; Tue, 19 Jan 2016 02:19:09 -0800 (PST) In-Reply-To: <1452250981-5286-1-git-send-email-christian.ehrhardt@canonical.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-01-08 12:03, Christian Ehrhardt: > Depending on non-doc targets being built before and the setting of DESTDIR > the copy of the examples dir being part of install-doc could in some cases fail > with a non existant "$(DESTDIR)$(datadir)" target directory. > Add the conditional rte_mkdir for that to avoid the issue. > > Signed-off-by: Christian Ehrhardt Acked-by: Thomas Monjalon Applied, thanks