lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 64d64ab 1/2: Remove a gratuitous difference b


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 64d64ab 1/2: Remove a gratuitous difference between makefiles
Date: Tue, 30 May 2017 13:45:49 -0400 (EDT)

branch: master
commit 64d64abe41f8649a0750f7e58ef7079e828ecf54
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Remove a gratuitous difference between makefiles
    
    A misleading comment was incidentally corrected: the host system's
    xmllint is used, so that libxml2 needn't be installed on the build
    system.
---
 msw_cygwin.make  | 2 +-
 msw_generic.make | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/msw_cygwin.make b/msw_cygwin.make
index 5df9773..f15123e 100644
--- a/msw_cygwin.make
+++ b/msw_cygwin.make
@@ -132,7 +132,7 @@ WGET    := $(PATH_USR_BIN)wget
 
 # Programs for which FHS doesn't specify a location.
 
-# Instead of requiring installation of Cygwin's libxml2:
+# Instead of requiring installation of the build system's own libxml2:
 #   XMLLINT := $(PATH_USR_BIN)xmllint
 # use the one that lmi builds:
 XMLLINT := /opt/lmi/local/bin/xmllint
diff --git a/msw_generic.make b/msw_generic.make
index c48e4d4..2719487 100644
--- a/msw_generic.make
+++ b/msw_generic.make
@@ -112,7 +112,7 @@ WGET    := $(PATH_USR_BIN)wget
 
 # Programs for which FHS doesn't specify a location.
 
-# Instead of requiring installation of libxml2 on the host:
+# Instead of requiring installation of the build system's own libxml2:
 #   XMLLINT := $(PATH_USR_BIN)xmllint
 # use the one that lmi builds:
 XMLLINT := /opt/lmi/local/bin/xmllint



reply via email to

[Prev in Thread] Current Thread [Next in Thread]