From 65fdffdae8c70595b451cb180e80d7608d541cb2 Mon Sep 17 00:00:00 2001
From: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Date: Tue, 4 Dec 2018 14:54:40 +0000
Subject: Link to `sw_vers' for Mac OS systems also created

On Mac OS systems, the `sw_vers' executable prints information about the
operating system. It is used by TeX Live to determine the necessary builds
to download and install. We are thus importing it as a low-level tool in
`dependency-basics.mk'.
---
 reproduce/src/make/dependencies-basic.mk | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'reproduce')

diff --git a/reproduce/src/make/dependencies-basic.mk b/reproduce/src/make/dependencies-basic.mk
index 89584cb..f2c24eb 100644
--- a/reproduce/src/make/dependencies-basic.mk
+++ b/reproduce/src/make/dependencies-basic.mk
@@ -206,6 +206,9 @@ $(ibdir)/low-level: | $(ibdir) $(ildir)
 	$(call makelink,ps)
 	$(call makelink,ranlib)
 
+        # Mac OS information
+	$(call makelink,sw_vers)
+
         # On Mac OS, libtool is different compared to GNU Libtool. The
         # libtool we'll build in the high-level dependencies has the
         # executable name `glibtool'.
-- 
cgit v1.2.1