aboutsummaryrefslogtreecommitdiff
path: root/reproduce
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2018-12-04 14:54:40 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2018-12-04 14:54:40 +0000
commit65fdffdae8c70595b451cb180e80d7608d541cb2 (patch)
tree9ef810d3615690b9b5c8787207df27fbe05f61b2 /reproduce
parent627cee6910ffd181552d6dca01501154b4d78372 (diff)
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'.
Diffstat (limited to 'reproduce')
-rw-r--r--reproduce/src/make/dependencies-basic.mk3
1 files changed, 3 insertions, 0 deletions
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'.