diff options
| author | Glenn Morris | 2011-03-22 20:09:55 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-03-22 20:09:55 -0700 |
| commit | 8cc1d5193337bef03f9525f2c017f6e70c4e64b9 (patch) | |
| tree | 1ada81caa2a4d322a9ffdf3007ffbb4d0c080935 /make-dist | |
| parent | 8ae17ff2bf7443379745356de33826b306dfefdf (diff) | |
| download | emacs-8cc1d5193337bef03f9525f2c017f6e70c4e64b9.tar.gz emacs-8cc1d5193337bef03f9525f2c017f6e70c4e64b9.zip | |
Replace mkinstalldirs with `install-sh -d', as automake recommends.
* Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
(sync-from-gnulib): Don't sync mkinstalldirs.
* make-dist: Don't distribute mkinstalldirs.
* leim/Makefile.in (install): Use `install-sh -d' rather than mkinstalldirs.
* lib-src/Makefile.in ($(DESTDIR)${archlibdir}):
Use `install-sh -d' rather than mkinstalldirs.
* configure.in, doc/emacs/Makefile.in: Update comments.
* admin/notes/copyright: Remove mkinstalldirs.
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -286,7 +286,7 @@ echo "Making links to top-level files" | |||
| 286 | ln INSTALL README BUGS move-if-change ${tempdir} | 286 | ln INSTALL README BUGS move-if-change ${tempdir} |
| 287 | ln ChangeLog Makefile.in configure configure.in ${tempdir} | 287 | ln ChangeLog Makefile.in configure configure.in ${tempdir} |
| 288 | ln config.bat make-dist update-subdirs vpath.sed .dir-locals.el ${tempdir} | 288 | ln config.bat make-dist update-subdirs vpath.sed .dir-locals.el ${tempdir} |
| 289 | ln mkinstalldirs config.sub config.guess install-sh ${tempdir} | 289 | ln config.sub config.guess install-sh ${tempdir} |
| 290 | ln aclocal.m4 ${tempdir} | 290 | ln aclocal.m4 ${tempdir} |
| 291 | ln compile depcomp missing ${tempdir} | 291 | ln compile depcomp missing ${tempdir} |
| 292 | ln arg-nonnull.h c++defs.h warn-on-use.h ${tempdir} | 292 | ln arg-nonnull.h c++defs.h warn-on-use.h ${tempdir} |