[tex-live] [patch] fix to the Build script.
Tigran Aivazian
tigran at aivazian.fsnet.co.uk
Sun Jul 4 12:17:08 CEST 2004
Hi Sebastian,
The top level Build script executes "make clean" but there is no Makefile
in the current directory. If, however, the Makefile.in is used as a
Makefile then it works. Without it the current snapshot fails to Build
because of the leftovers from previous built.
(Patch is attached, but I assume the correct fix is to generate the
Makefile from Makefile.in properly)
Kind regards
Tigran
PS. I will test the x86_64 installation today and let you know if any more
changes are needed.
--- Build.orig 2004-07-04 11:06:23.653785240 +0100
+++ Build 2004-07-04 11:06:35.388001368 +0100
@@ -1,4 +1,4 @@
-make clean
+make -f Makefile.in clean
find . -name config.cache -print -exec rm -f {} \;
H=`pwd`
rm -rf Work; mkdir Work; cd Work
More information about the tex-live
mailing list