From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=XcNORxvyQCLC+7BNQ0ixVN2NR03syeH6Q5kfIgzrZN0=; b=iXkYwi6xyg6ZGNnfbPQncbCRvR1LyWPYPNdSCvrqr5ynIc/5gZ7ZASMKY0/0DeErSP tyc8zYY9K5wU+PIXp8LR6U6WtQw5SGdftcqAec4Jmyxe8d2tbwUySB0r3Dh6KnLZhLjO y5htgIXYCl0OYcrbZkKG3pAPm4WEMYRaGskPwZid7O5WtW43ZCIygnQoXfO5HC6/zppd EN9DAl1LJSLcfIXprDF/ye/L5y2fOrtBwEJ6s3fAvEvCf4z7eR2o8HNFjMTjX8t0acCS Zqwsmm0zqlCRaSEdFVVnXx0IC/X/HwTvaQbNoa1zCRUC/AoAihri3DGIbRy6D1HqLiIA vI3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=XcNORxvyQCLC+7BNQ0ixVN2NR03syeH6Q5kfIgzrZN0=; b=XlyTou7cKBsuWcSGC+Zg+v09dVWkUYAVsgzT75lhaglOZqCr8ZChNWn4iTULn82jsG 3izlKqhpAGzPK0zz99tpQhlbfpYGJRzSRicGg90H8IW5WL2SzcFQ1pueMqNO/uKXB9HR xlyZcovQiQIjl73P+MF6UuKsc1buQw47MFiz6MFmEglV/0e4OpuAdcUNtP8Q0EhTdY+g vEFJP/ET4rllPKAse2/YY8rsxTwmEw5vjdgkhsj1lMTxEiGKIIPlGoc5XG27mdaSTUHy Rf4ueRooc7ekd+ZyhgDy5PgaBNfstV94DeJ5n4BGyUyf5rNyz4aLAHSb6claeZlB7zT3 w01Q== X-Gm-Message-State: AG10YOR4RKezkY5JdKTxHXC+jbRbAR8o9SmHXCHKxtRuwcW/qxCURYhLklDVmiQnhsTvmqGA X-Received: by 10.28.113.220 with SMTP id d89mr19084188wmi.56.1453198749790; Tue, 19 Jan 2016 02:19:09 -0800 (PST) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id a126sm19708381wmh.0.2016.01.19.02.19.08 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 19 Jan 2016 02:19:08 -0800 (PST) From: Thomas Monjalon To: Christian Ehrhardt Date: Tue, 19 Jan 2016 09:18:19 +0100 Message-ID: <3455770.RT2PY5vmrM@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1452250981-5286-1-git-send-email-christian.ehrhardt@canonical.com> References: <1452250981-5286-1-git-send-email-christian.ehrhardt@canonical.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] mk: Fix examples install X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 10:19:10 -0000 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