From 0536692dc2b52cc7da38a7d0da32ec643d93286d Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Wed, 16 Aug 2017 19:03:18 +0100 Subject: Drop mk-use-make-silent-flag-to-print-HTML-doc-version.patch, merged upstream Change-Id: Id77030e2f6c268a8484dd45e19488d2c5a9983c5 Signed-off-by: Luca Boccassi --- ...ake-silent-flag-to-print-HTML-doc-version.patch | 36 ---------------------- debian/patches/series | 1 - 2 files changed, 37 deletions(-) delete mode 100644 debian/patches/mk-use-make-silent-flag-to-print-HTML-doc-version.patch diff --git a/debian/patches/mk-use-make-silent-flag-to-print-HTML-doc-version.patch b/debian/patches/mk-use-make-silent-flag-to-print-HTML-doc-version.patch deleted file mode 100644 index 35d0bac5..00000000 --- a/debian/patches/mk-use-make-silent-flag-to-print-HTML-doc-version.patch +++ /dev/null @@ -1,36 +0,0 @@ -Description: mk: use make silent flag to print HTML doc version - -Depending on the environment, make might echo the command being ran. -In mk/rte.sdkdoc.mk make is used to print the DPDK version to be -piped to doxygen. This causes the following to be written: - -
DPDK - /usr/bin/make-f/build/dpdk-jYjqnr/dpdk-16.11.2/mk/rte.sdkconfig.mkshowversion -
- -Use -s (--silent) to prevent echoing. - -Origin: http://dpdk.org/dev/patchwork/patch/25673/ -Forwarded: yes -Author: Luca Boccassi -Last-Update: 2017-06-24 ---- - mk/rte.sdkdoc.mk | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/mk/rte.sdkdoc.mk b/mk/rte.sdkdoc.mk -index fb8f91555..c0eaa3502 100644 ---- a/mk/rte.sdkdoc.mk -+++ b/mk/rte.sdkdoc.mk -@@ -73,7 +73,7 @@ api-html: $(API_EXAMPLES) - $(Q)mkdir -p $(RTE_OUTPUT)/doc/html - $(Q)(cat $(RTE_SDK)/doc/api/doxy-api.conf && \ - printf 'PROJECT_NUMBER = ' && \ -- $(MAKE) -rR showversion && \ -+ $(MAKE) -rRs showversion && \ - echo INPUT += $(API_EXAMPLES) && \ - echo OUTPUT_DIRECTORY = $(RTE_OUTPUT)/doc && \ - echo HTML_OUTPUT = html/api && \ --- -2.11.0 - diff --git a/debian/patches/series b/debian/patches/series index 2b806965..81e8293b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,5 +1,4 @@ fix-vhost-user-socket-permission.patch -mk-use-make-silent-flag-to-print-HTML-doc-version.patch mk-fix-excluding-.doctrees-when-installing-docs.patch mk-sort-list-of-shared-objects-in-linker-script.patch mk-sort-list-of-files-in-examples.dox.patch -- cgit 1.2.3-korg