diff options
| author | Joakim Verona | 2013-08-20 08:46:50 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-08-20 08:46:50 +0200 |
| commit | a5bc95171a89303358dffe02703825498b47d709 (patch) | |
| tree | c16c77000e309b709e59ae14c17b4254324245db | |
| parent | 3b40cbcb9afa0d38b3627d85db3aa027cce8e26b (diff) | |
| parent | f47ad1af27fdb5abda851d4d25d8fcedd0d64417 (diff) | |
| download | emacs-a5bc95171a89303358dffe02703825498b47d709.tar.gz emacs-a5bc95171a89303358dffe02703825498b47d709.zip | |
merge from trunk
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | Makefile.in | 6 | ||||
| -rw-r--r--[-rwxr-xr-x] | test/automated/package-test.el | 0 | ||||
| -rw-r--r--[-rwxr-xr-x] | test/automated/package-x-test.el | 0 |
4 files changed, 11 insertions, 0 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-08-20 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (distclean, bootstrap-clean, maintainer-clean): | ||
| 4 | Clean test/automated if present. | ||
| 5 | |||
| 1 | 2013-08-19 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2013-08-19 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | Merge from gnulib, incorporating: | 8 | Merge from gnulib, incorporating: |
diff --git a/Makefile.in b/Makefile.in index ee74baf45cf..a0d91171d33 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -859,6 +859,8 @@ distclean: FRC | |||
| 859 | (cd leim; $(MAKE) $(MFLAGS) distclean) | 859 | (cd leim; $(MAKE) $(MFLAGS) distclean) |
| 860 | (cd lisp; $(MAKE) $(MFLAGS) distclean) | 860 | (cd lisp; $(MAKE) $(MFLAGS) distclean) |
| 861 | (cd nextstep && $(MAKE) $(MFLAGS) distclean) | 861 | (cd nextstep && $(MAKE) $(MFLAGS) distclean) |
| 862 | [ ! -d test/automated ] || \ | ||
| 863 | cd test/automated && $(MAKE) $(MFLAGS) distclean | ||
| 862 | ${top_distclean} | 864 | ${top_distclean} |
| 863 | 865 | ||
| 864 | ### `bootstrap-clean' | 866 | ### `bootstrap-clean' |
| @@ -878,6 +880,8 @@ bootstrap-clean: FRC | |||
| 878 | (cd leim; $(MAKE) $(MFLAGS) maintainer-clean) | 880 | (cd leim; $(MAKE) $(MFLAGS) maintainer-clean) |
| 879 | (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean) | 881 | (cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean) |
| 880 | (cd nextstep && $(MAKE) $(MFLAGS) maintainer-clean) | 882 | (cd nextstep && $(MAKE) $(MFLAGS) maintainer-clean) |
| 883 | [ ! -d test/automated ] || \ | ||
| 884 | cd test/automated && $(MAKE) $(MFLAGS) bootstrap-clean | ||
| 881 | [ ! -f config.log ] || mv -f config.log config.log~ | 885 | [ ! -f config.log ] || mv -f config.log config.log~ |
| 882 | ${top_bootclean} | 886 | ${top_bootclean} |
| 883 | 887 | ||
| @@ -898,6 +902,8 @@ top_maintainer_clean=\ | |||
| 898 | maintainer-clean: bootstrap-clean FRC | 902 | maintainer-clean: bootstrap-clean FRC |
| 899 | (cd src; $(MAKE) $(MFLAGS) maintainer-clean) | 903 | (cd src; $(MAKE) $(MFLAGS) maintainer-clean) |
| 900 | (cd lisp; $(MAKE) $(MFLAGS) maintainer-clean) | 904 | (cd lisp; $(MAKE) $(MFLAGS) maintainer-clean) |
| 905 | [ ! -d test/automated ] || \ | ||
| 906 | cd test/automated && $(MAKE) $(MFLAGS) maintainer-clean | ||
| 901 | ${top_maintainer_clean} | 907 | ${top_maintainer_clean} |
| 902 | 908 | ||
| 903 | ### This doesn't actually appear in the coding standards, but Karl | 909 | ### This doesn't actually appear in the coding standards, but Karl |
diff --git a/test/automated/package-test.el b/test/automated/package-test.el index 799009063e1..799009063e1 100755..100644 --- a/test/automated/package-test.el +++ b/test/automated/package-test.el | |||
diff --git a/test/automated/package-x-test.el b/test/automated/package-x-test.el index beb18358085..beb18358085 100755..100644 --- a/test/automated/package-x-test.el +++ b/test/automated/package-x-test.el | |||