aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2014-03-22 15:52:47 -0700
committerGlenn Morris <[email protected]>2014-03-22 15:52:47 -0700
commit7cd431112c589aa20289a8c94544ccf5d3c688d5 (patch)
tree26418daa3060e0263b39d47c75d64e5dd9273c7b /admin
parentf9c81e7b487ec0c7e9ff1dbd5f1959cba4433f4c (diff)
Remove lib-src/test-distrib.c and related
The class of problems that this was designed to detect, namely .elc files getting corrupted by being passed around by email via uuencode or somesuch, has not been a relevant concern for many years. * lib-src/test-distrib.c, lib-src/testfile: Remove. * lib-src/Makefile.in (DONT_INSTALL): Remove test-distrib. (test-distrib${EXEEXT}): Remove rule. * make-dist: Do not distribute lib-src/testfile. * admin/quick-install-emacs (AVOID): Remove testfile and test-distrib. * INSTALL, etc/PROBLEMS, admin/notes/unicode: Remove references to test-distrib and testfile.
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog4
-rw-r--r--admin/notes/unicode7
-rwxr-xr-xadmin/quick-install-emacs2
3 files changed, 5 insertions, 8 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 755de78a2e..af0a15b8d3 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
+2014-03-22 Glenn Morris <[email protected]>
+
+ * quick-install-emacs (AVOID): Remove testfile and test-distrib.
+
2014-03-21 Glenn Morris <[email protected]>
* update_autogen: Auto-detect VCS in use.
diff --git a/admin/notes/unicode b/admin/notes/unicode
index 654580639f..841b7ebd5e 100644
--- a/admin/notes/unicode
+++ b/admin/notes/unicode
@@ -181,13 +181,6 @@ nontrivial changes to the build process.
admin/charsets/mapfiles/cns2ucsdkw.txt
- * no-conversion
-
- This file purposely contains arbitrary bytes interspersed within text,
- to test whether the Emacs distribution is corrupted.
-
- lib-src/testfile
-
* iso-2022-7bit
This file switches between CJK charsets, which is not encoded in UTF-8.
diff --git a/admin/quick-install-emacs b/admin/quick-install-emacs
index f29d1cb377..5edc8d4d9a 100755
--- a/admin/quick-install-emacs
+++ b/admin/quick-install-emacs
@@ -30,7 +30,7 @@
PUBLIC_LIBSRC_BINARIES='emacsclient etags ctags ebrowse'
PUBLIC_LIBSRC_SCRIPTS='grep-changelog'
-AVOID="CVS -DIC README COPYING ChangeLog ~ [.]orig$ [.]rej$ Makefile$ Makefile.in$ makefile$ makefile.w32-in$ stamp-subdir [.]cvsignore [.]arch-ids [{]arch[}] [.][cho]$ make-docfile testfile test-distrib"
+AVOID="CVS -DIC README COPYING ChangeLog ~ [.]orig$ [.]rej$ Makefile$ Makefile.in$ makefile$ makefile.w32-in$ stamp-subdir [.]cvsignore [.]arch-ids [{]arch[}] [.][cho]$ make-docfile"
# Prune old binaries lying around in the source tree
PRUNE=no