diff options
author | Glenn Morris <rgm@gnu.org> | 2014-03-22 15:52:47 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-03-22 15:52:47 -0700 |
commit | 7cd431112c589aa20289a8c94544ccf5d3c688d5 (patch) | |
tree | 26418daa3060e0263b39d47c75d64e5dd9273c7b /make-dist | |
parent | f9c81e7b487ec0c7e9ff1dbd5f1959cba4433f4c (diff) | |
download | emacs-7cd431112c589aa20289a8c94544ccf5d3c688d5.tar.gz |
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 'make-dist')
-rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist index acf0e0b5e66..cabce329f01 100755 --- a/make-dist +++ b/make-dist @@ -383,7 +383,7 @@ echo "Making links to \`lib'" echo "Making links to \`lib-src'" (cd lib-src ln [a-zA-Z]*.[ch] ../${tempdir}/lib-src - ln ChangeLog Makefile.in README testfile ../${tempdir}/lib-src + ln ChangeLog Makefile.in README ../${tempdir}/lib-src ln grep-changelog rcs2log ../${tempdir}/lib-src ln makefile.w32-in ../${tempdir}/lib-src) |