summaryrefslogtreecommitdiff
path: root/Master/source/tlperl/GNUmakefile.diff
diff options
context:
space:
mode:
Diffstat (limited to 'Master/source/tlperl/GNUmakefile.diff')
-rw-r--r--Master/source/tlperl/GNUmakefile.diff49
1 files changed, 0 insertions, 49 deletions
diff --git a/Master/source/tlperl/GNUmakefile.diff b/Master/source/tlperl/GNUmakefile.diff
deleted file mode 100644
index 159146324f2..00000000000
--- a/Master/source/tlperl/GNUmakefile.diff
+++ /dev/null
@@ -1,49 +0,0 @@
---- GNUmakefile.orig 2021-05-15 10:16:04.000000000 +0200
-+++ GNUmakefile 2022-07-11 12:19:23.510682300 +0200
-@@ -46,8 +46,8 @@
- # Set these to wherever you want "gmake install" to put your
- # newly built perl.
- #
--INST_DRV := c:
--INST_TOP := $(INST_DRV)\perl
-+INST_DRV := E:
-+INST_TOP := $(INST_DRV)\tlperl
-
- #
- # Uncomment if you want to build a 32-bit Perl using a 32-bit compiler
-@@ -156,7 +156,7 @@
- # HKEY_CURRENT_USER\Software\Perl and HKEY_LOCAL_MACHINE\Software\Perl in
- # the Registry.
- #
--#USE_NO_REGISTRY := define
-+USE_NO_REGISTRY := define
-
- #
- # uncomment exactly one of the following
-@@ -184,7 +184,7 @@
- # Visual C++ 2019 (aka Visual C++ 14.2) (full version or Community Edition)
- #CCTYPE := MSVC142
- # MinGW or mingw-w64 with gcc-3.4.5 or later
--#CCTYPE := GCC
-+CCTYPE := GCC
-
- #
- # If you are using Intel C++ Compiler uncomment this
-@@ -254,7 +254,7 @@
- # For GCC builds this should be the directory containing the bin, include,
- # lib directories for your compiler.
- #
--#CCHOME := C:\MinGW
-+CCHOME := E:\mingw64
-
- #
- # Additional compiler flags can be specified here.
-@@ -289,7 +289,7 @@
- # set this to your email address (perl will guess a value from
- # your loginname and your hostname, which may not be right)
- #
--#EMAIL :=
-+#EMAIL := tex-live@tug.org
-
- ##
- ## Build configuration ends.