diff options
author | Glenn Morris <rgm@gnu.org> | 2011-05-23 21:00:56 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-05-23 21:00:56 -0700 |
commit | 6c7e099d060749c70637672abac18131833d3cc1 (patch) | |
tree | 705a4404bb2a160884d72c69f9758d4df9c6bb8d /make-dist | |
parent | db0406bb64f7e5dceeb257c7e350f1e80ed9c1c1 (diff) | |
download | emacs-6c7e099d060749c70637672abac18131833d3cc1.tar.gz |
Restore test/ to its non-distributed state (bug#8107)
* make-dist: Don't distribute test/.
* configure.in (OPT_MAKEFILES_IN): New output variable.
(AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
* Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
(SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
(check): Give an explicit error if test/ is not present.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/make-dist b/make-dist index 1a92d48a6ba..963236b936e 100755 --- a/make-dist +++ b/make-dist @@ -299,7 +299,6 @@ for subdir in site-lisp \ nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \ `find etc lisp -type d` \ doc doc/emacs doc/misc doc/man doc/lispref doc/lispintro \ - test test/automated test/cedet test/cedet/tests test/indent \ info m4 msdos \ nextstep nextstep/Cocoa nextstep/Cocoa/Emacs.base \ nextstep/Cocoa/Emacs.base/Contents \ @@ -485,26 +484,6 @@ echo "Making links to \`doc/man'" ln ChangeLog* *.1 ../../${tempdir}/doc/man cd ../../${tempdir}/doc/man) -echo "Making links to \`test'" -(cd test - ln *.el ChangeLog README ../${tempdir}/test) - -echo "Making links to \`test/automated'" -(cd test/automated - ln *.el Makefile.in ../../${tempdir}/test/automated) - -echo "Making links to \`test/cedet'" -(cd test/cedet - ln *.el ../../${tempdir}/test/cedet) - -echo "Making links to \`test/cedet/tests'" -(cd test/cedet/tests - ln *.c *.[ch]pp *.el *.hh *.java *.make ../../../${tempdir}/test/cedet/tests) - -echo "Making links to \`test/indent'" -(cd test/indent - ln *.m *.mod *.prolog Makefile ../../${tempdir}/test/indent) - ### It would be nice if they could all be symlinks to top-level copy, but ### you're not supposed to have any symlinks in distribution tar files. echo "Making sure copying notices are all copies of \`COPYING'" |