From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 8ABA68D96 for ; Tue, 22 Sep 2015 10:03:19 +0200 (CEST) Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id E7D588EA2A for ; Tue, 22 Sep 2015 08:03:18 +0000 (UTC) Received: from dhcp195.koti.laiskiainen.org (vpn1-6-117.ams2.redhat.com [10.36.6.117]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t8M83HTL010597 for ; Tue, 22 Sep 2015 04:03:18 -0400 To: dev@dpdk.org References: <1442608390-12537-1-git-send-email-mario.alfredo.c.arevalo@intel.com> <1442608390-12537-6-git-send-email-mario.alfredo.c.arevalo@intel.com> From: Panu Matilainen Message-ID: <56010B45.5090901@redhat.com> Date: Tue, 22 Sep 2015 11:03:17 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1442608390-12537-6-git-send-email-mario.alfredo.c.arevalo@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 Subject: Re: [dpdk-dev] [PATCH 5/7] mk: Add hierarchy-file support (include) 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, 22 Sep 2015 08:03:19 -0000 On 09/18/2015 11:33 PM, Mario Carrillo wrote: > Add hierarchy-file support to the DPDK headers, > when invoking "make install H=1" (hierarchy-file) > > This hierarchy is based on: > http://www.freedesktop.org/software/systemd/man/file-hierarchy.html > > headers will be installed in: $(DESTDIR)/usr/include While most of the DPDK headers are rte-prefixed, not all are, and in particular it really has no business of putting directories such as "common" and "general" directly into /usr/include. Its better to put them into a dpdk-specific directory, say, $(DESTDIR)/usr/include/dpdk also requested here: http://dpdk.org/ml/archives/dev/2015-September/023180.html - Panu -