diff options
| author | Glenn Morris | 2017-06-12 12:33:37 -0400 |
|---|---|---|
| committer | Glenn Morris | 2017-06-12 12:33:37 -0400 |
| commit | d92599d3a99d6d63e8f3ab2068ef96a2299a722b (patch) | |
| tree | 4b87c74b1fb28d95e5b05f2c432c3f8493252c80 | |
| parent | e32d99593b11a99c4dbfc3d9404bb61812c2c757 (diff) | |
| download | emacs-d92599d3a99d6d63e8f3ab2068ef96a2299a722b.tar.gz emacs-d92599d3a99d6d63e8f3ab2068ef96a2299a722b.zip | |
Update make-dist for recent test/ changes
* make-dist: No longer distribute test/data/emacs-module/Makefile.
| -rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -552,7 +552,7 @@ done | |||
| 552 | if [ "$with_tests" = "yes" ]; then | 552 | if [ "$with_tests" = "yes" ]; then |
| 553 | echo "Making links to 'test' and its subdirectories" | 553 | echo "Making links to 'test' and its subdirectories" |
| 554 | for f in `find test -type f ! -name '*.log' ! -name a.out \ | 554 | for f in `find test -type f ! -name '*.log' ! -name a.out \ |
| 555 | ! -path test/Makefile | 555 | ! -path test/Makefile ! -path test/data/emacs-module/Makefile |
| 556 | `; do | 556 | `; do |
| 557 | ln $f $tempdir/$f | 557 | ln $f $tempdir/$f |
| 558 | done | 558 | done |