All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] tools: drop stale references to curl/xml2-config
@ 2018-03-01 14:26 Olaf Hering
  2018-03-01 15:32 ` Wei Liu
  0 siblings, 1 reply; 3+ messages in thread
From: Olaf Hering @ 2018-03-01 14:26 UTC (permalink / raw)
  To: Ian Jackson, Wei Liu, xen-devel; +Cc: Olaf Hering

Fixes commit 185bb58be3 ("tools: drop libxen")

Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
 config/Tools.mk.in | 2 --
 tools/configure.ac | 2 --
 2 files changed, 4 deletions(-)

diff --git a/config/Tools.mk.in b/config/Tools.mk.in
index 0f79f4e0c2..2d6c440324 100644
--- a/config/Tools.mk.in
+++ b/config/Tools.mk.in
@@ -12,8 +12,6 @@ PYTHON              := @PYTHON@
 PYTHON_PATH         := @PYTHONPATH@
 PY_NOOPT_CFLAGS     := @PY_NOOPT_CFLAGS@
 PERL                := @PERL@
-CURL_CONFIG         := @CURL@
-XML2_CONFIG         := @XML@
 BASH                := @BASH@
 XGETTTEXT           := @XGETTEXT@
 AS86                := @AS86@
diff --git a/tools/configure.ac b/tools/configure.ac
index 06eb16db4f..0826af8cbc 100644
--- a/tools/configure.ac
+++ b/tools/configure.ac
@@ -266,8 +266,6 @@ AC_ARG_VAR([PYTHON], [Path to the Python parser])
 AC_ARG_VAR([PERL], [Path to Perl parser])
 AC_ARG_VAR([BISON], [Path to Bison parser generator])
 AC_ARG_VAR([FLEX], [Path to Flex lexical analyser generator])
-AC_ARG_VAR([CURL], [Path to curl-config tool])
-AC_ARG_VAR([XML], [Path to xml2-config tool])
 AC_ARG_VAR([BASH], [Path to bash shell])
 AC_ARG_VAR([XGETTEXT], [Path to xgetttext tool])
 AC_ARG_VAR([AS86], [Path to as86 tool])

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] tools: drop stale references to curl/xml2-config
  2018-03-01 14:26 [PATCH v2] tools: drop stale references to curl/xml2-config Olaf Hering
@ 2018-03-01 15:32 ` Wei Liu
  2018-03-01 16:28   ` Olaf Hering
  0 siblings, 1 reply; 3+ messages in thread
From: Wei Liu @ 2018-03-01 15:32 UTC (permalink / raw)
  To: Olaf Hering; +Cc: Wei Liu, Ian Jackson, xen-devel

On Thu, Mar 01, 2018 at 03:26:32PM +0100, Olaf Hering wrote:
> Fixes commit 185bb58be3 ("tools: drop libxen")
> 

It would be nice to write something more specific like:

  Curl and xml2 are not required anymore since commit XXX (xxx) removed
  their only user.

?

If you don't object I can replace the commit message.

> Signed-off-by: Olaf Hering <olaf@aepfle.de>
> ---
>  config/Tools.mk.in | 2 --
>  tools/configure.ac | 2 --

Note to self: need to rerun autogen.sh.

>  2 files changed, 4 deletions(-)
> 
> diff --git a/config/Tools.mk.in b/config/Tools.mk.in
> index 0f79f4e0c2..2d6c440324 100644
> --- a/config/Tools.mk.in
> +++ b/config/Tools.mk.in
> @@ -12,8 +12,6 @@ PYTHON              := @PYTHON@
>  PYTHON_PATH         := @PYTHONPATH@
>  PY_NOOPT_CFLAGS     := @PY_NOOPT_CFLAGS@
>  PERL                := @PERL@
> -CURL_CONFIG         := @CURL@
> -XML2_CONFIG         := @XML@
>  BASH                := @BASH@
>  XGETTTEXT           := @XGETTEXT@
>  AS86                := @AS86@
> diff --git a/tools/configure.ac b/tools/configure.ac
> index 06eb16db4f..0826af8cbc 100644
> --- a/tools/configure.ac
> +++ b/tools/configure.ac
> @@ -266,8 +266,6 @@ AC_ARG_VAR([PYTHON], [Path to the Python parser])
>  AC_ARG_VAR([PERL], [Path to Perl parser])
>  AC_ARG_VAR([BISON], [Path to Bison parser generator])
>  AC_ARG_VAR([FLEX], [Path to Flex lexical analyser generator])
> -AC_ARG_VAR([CURL], [Path to curl-config tool])
> -AC_ARG_VAR([XML], [Path to xml2-config tool])
>  AC_ARG_VAR([BASH], [Path to bash shell])
>  AC_ARG_VAR([XGETTEXT], [Path to xgetttext tool])
>  AC_ARG_VAR([AS86], [Path to as86 tool])

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] tools: drop stale references to curl/xml2-config
  2018-03-01 15:32 ` Wei Liu
@ 2018-03-01 16:28   ` Olaf Hering
  0 siblings, 0 replies; 3+ messages in thread
From: Olaf Hering @ 2018-03-01 16:28 UTC (permalink / raw)
  To: Wei Liu; +Cc: Ian Jackson, xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 158 bytes --]

Am Thu, 1 Mar 2018 15:32:05 +0000
schrieb Wei Liu <wei.liu2@citrix.com>:

> If you don't object I can replace the commit message.

Yes, please.

Olaf

[-- Attachment #1.2: Digitale Signatur von OpenPGP --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 157 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-01 16:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-01 14:26 [PATCH v2] tools: drop stale references to curl/xml2-config Olaf Hering
2018-03-01 15:32 ` Wei Liu
2018-03-01 16:28   ` Olaf Hering

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.