Mercurial > emacs
changeset 7310:22f22911813a
(maybe-blessmail): New target to print the blessmail warning message.
(${archlibdir}): Don't do it here. Don't depend on blessmail.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 04 May 1994 05:15:00 +0000 |
parents | beb9070c6fec |
children | b4ef2060b171 |
files | lib-src/Makefile.in |
diffstat | 1 files changed, 13 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/Makefile.in Wed May 04 04:27:18 1994 +0000 +++ b/lib-src/Makefile.in Wed May 04 05:15:00 1994 +0000 @@ -164,9 +164,21 @@ chmod +x blessmail #endif +maybe-blessmail: BLESSMAIL +#ifdef MOVEMAIL_NEEDS_BLESSING +/* Don't charge ahead and do it! Let the installer decide. + ./blessmail ${archlibdir}/movemail */ + @if [ `wc -l <blessmail` != 2 ] ; then \ + dir=`sed -n -e 's/echo mail directory = \(.*\)/\1/p' blessmail`; \ + echo Assuming $$dir is really the mail spool directory, you should; \ + echo run ./blessmail ${archlibdir}/movemail; \ + echo as root, to give movemail appropriate permissions.; \ + fi +#endif + /* Install the internal utilities. Until they are installed, we can just run them directly from lib-src. */ -${archlibdir}: all BLESSMAIL +${archlibdir}: all @echo @echo "Installing utilities run internally by Emacs." ./make-path ${archlibdir} @@ -178,16 +190,6 @@ (cd ..; $(INSTALL_PROGRAM) ${srcdir}/$$file ${archlibdir}/$$file); \ done ; \ fi -#ifdef MOVEMAIL_NEEDS_BLESSING -/* Don't charge ahead and do it! Let the installer decide. - ./blessmail ${archlibdir}/movemail */ - @if [ `wc -l <blessmail` != 2 ] ; then \ - dir=`sed -n -e 's/echo mail directory = \(.*\)/\1/p' blessmail`; \ - echo Assuming $$dir is really the mail spool directory, you should; \ - echo run ./blessmail ${archlibdir}/movemail; \ - echo as root, to give movemail appropriate permissions.; \ - fi -#endif /* We don't need to install `wakeup' explicitly, because it will be copied when this whole directory is copied. */