diff options
| author | Glenn Morris | 2016-02-02 16:19:15 -0500 |
|---|---|---|
| committer | Glenn Morris | 2016-02-02 16:19:15 -0500 |
| commit | 74ebd4a7917f8f23cea2f0beed62097370c5464d (patch) | |
| tree | 5a587e9073b30fb77ee0b82297d834f5843a7f67 /make-dist | |
| parent | 737193a44c1a6f52e910f262d5eaffec0270c024 (diff) | |
| download | emacs-74ebd4a7917f8f23cea2f0beed62097370c5464d.tar.gz emacs-74ebd4a7917f8f23cea2f0beed62097370c5464d.zip | |
* make-dist: Updates related to nt/.
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -362,7 +362,7 @@ echo "Making links to 'build-aux'" | |||
| 362 | ln gitlog-to-changelog gitlog-to-emacslog ../${tempdir}/build-aux | 362 | ln gitlog-to-changelog gitlog-to-emacslog ../${tempdir}/build-aux |
| 363 | ln install-sh missing move-if-change ../${tempdir}/build-aux | 363 | ln install-sh missing move-if-change ../${tempdir}/build-aux |
| 364 | ln update-copyright update-subdirs ../${tempdir}/build-aux | 364 | ln update-copyright update-subdirs ../${tempdir}/build-aux |
| 365 | ln dir_top make-info-dir ../${tempdir}/build-aux) | 365 | ln dir_top make-info-dir ar-lib ../${tempdir}/build-aux) |
| 366 | 366 | ||
| 367 | echo "Making links to 'build-aux/snippet'" | 367 | echo "Making links to 'build-aux/snippet'" |
| 368 | (cd build-aux/snippet | 368 | (cd build-aux/snippet |
| @@ -421,9 +421,9 @@ echo "Making links to 'modules'" | |||
| 421 | echo "Making links to 'nt'" | 421 | echo "Making links to 'nt'" |
| 422 | (cd nt | 422 | (cd nt |
| 423 | ln emacs-x86.manifest emacs-x64.manifest ../${tempdir}/nt | 423 | ln emacs-x86.manifest emacs-x64.manifest ../${tempdir}/nt |
| 424 | ln subdirs.el [a-z]*.bat [a-z]*.[ch] ../${tempdir}/nt | 424 | ln [a-z]*.bat [a-z]*.[ch] ../${tempdir}/nt |
| 425 | ln *.in gnulib.mk ../${tempdir}/nt | 425 | ln *.in gnulib.mk ../${tempdir}/nt |
| 426 | ln mingw-cfg.site epaths.nt INSTALL.OLD ../${tempdir}/nt | 426 | ln mingw-cfg.site epaths.nt INSTALL.W64 ../${tempdir}/nt |
| 427 | ln ChangeLog.*[0-9] INSTALL README README.W32 ../${tempdir}/nt) | 427 | ln ChangeLog.*[0-9] INSTALL README README.W32 ../${tempdir}/nt) |
| 428 | 428 | ||
| 429 | echo "Making links to 'nt/inc' and its subdirectories" | 429 | echo "Making links to 'nt/inc' and its subdirectories" |