From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Kicinski Subject: [PATCH net-next 0/2] tools: bpftool: clean up and extend Makefiles Date: Thu, 7 Dec 2017 15:00:16 -0800 Message-ID: <20171207230018.7510-1-jakub.kicinski@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: oss-drivers@netronome.com, daniel@iogearbox.net, alexei.starovoitov@gmail.com, Jakub Kicinski To: netdev@vger.kernel.org Return-path: Received: from mail-pf0-f193.google.com ([209.85.192.193]:40857 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751001AbdLGXDA (ORCPT ); Thu, 7 Dec 2017 18:03:00 -0500 Received: by mail-pf0-f193.google.com with SMTP id v26so5808606pfl.7 for ; Thu, 07 Dec 2017 15:03:00 -0800 (PST) Sender: netdev-owner@vger.kernel.org List-ID: Hi! This is a follow up to a series of Makefile fixes for bpftool from two weeks ago. I think there will have to be a merge back of net-next into bpf-next (or rebase), AFAICT the previous series arrived in net-next already, but not in bpf-next. I hope that makes sense. FWIW this should not conflict with Roman's cgroup work. Quentin says: First patch of this series cleans up the two Makefiles (Makefile and Documentation/Makefile) and make their contents more consistent. The second one add "uninstall" and "doc-uninstall" targets, to remove files previously installed on the system with "install" and "doc-install" targets. Quentin Monnet (2): tools: bpftool: harmonise Makefile and Documentation/Makefile tools: bpftool: create "uninstall", "doc-uninstall" make targets tools/bpf/bpftool/Documentation/Makefile | 30 ++++++++++------ tools/bpf/bpftool/Makefile | 61 ++++++++++++++++---------------- tools/scripts/Makefile.include | 1 + 3 files changed, 52 insertions(+), 40 deletions(-) -- 2.15.1