summaryrefslogtreecommitdiff
path: root/Master/source/wtestopenfiles.README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/source/wtestopenfiles.README')
-rw-r--r--Master/source/wtestopenfiles.README13
1 files changed, 0 insertions, 13 deletions
diff --git a/Master/source/wtestopenfiles.README b/Master/source/wtestopenfiles.README
deleted file mode 100644
index 263dda584ce..00000000000
--- a/Master/source/wtestopenfiles.README
+++ /dev/null
@@ -1,13 +0,0 @@
-This program can be used to prevent doomed TeX Live update attempts
-on windows by testing whether all files concerned can be opened with
-exclusive read/write access.
-
-It reads a list of absolute filepaths from stdin and errors out if
-any of them cannot be opened with exclusive read/write access.
-
-A -v option also produces status output on stdout.
-
-Cross-compiling under linux:
-
- i686-w64-mingw32-gcc -o wtestopenfiles.exe wtestopenfiles.c
- i686-w64-mingw32-strip wtestopenfiles.exe