Gnus development mailing list
 help / color / mirror / Atom feed
From: Steinar Bang <sb@metis.no>
Subject: Re: Gnus v5.6.33 is released
Date: 12 Aug 1998 09:34:04 +0200	[thread overview]
Message-ID: <whsoj21wnn.fsf@viffer.oslo.metis.no> (raw)
In-Reply-To: Dave Love's message of "11 Aug 1998 22:06:15 +0100"

>>>>> Dave Love <d.love@dl.ac.uk>:

>>>>> "JH" == Jochen Hayek <Jochen_Hayek@ACM.org> writes:
JH> As usual the generated Makefile does use an uninitialized make
JH> macro by the name of `prefix',

> Isn't this all that's needed to fix it?

> 1998-08-11  Dave Love  <d.love@dl.ac.uk>

> 	* gnus-5.6.28/Makefile.in (prefix): Define.

> *** Makefile.in	1998/08/11 21:01:55	1.1
> --- Makefile.in	1998/08/11 21:02:13
> ***************
> *** 1,3 ****
> --- 1,4 ----
> + prefix = @prefix@
>   lispdir = @lispdir@
>   srcdir = @srcdir@

This patch worked for infodir, but not for lispdir (on 5.6.33):

  

~/src/install/gnus-5.6.33$ make -n install
cd lisp && make EMACS=/usr/bin/emacs lispdir=/emacs/site-lisp install
make[1]: Entering directory `/home/sb/src/install/gnus-5.6.33/lisp'
/usr/bin/emacs -batch -q -no-site-file -l ./dgnushack.el -f dgnushack-compile
/bin/sh ../mkinstalldirs /emacs/site-lisp
for p in *.elc; do \
  echo " /usr/bin/install -c -m 644 $p /emacs/site-lisp/$p"; \
  /usr/bin/install -c -m 644 $p /emacs/site-lisp/$p; \
done
make[1]: Leaving directory `/home/sb/src/install/gnus-5.6.33/lisp'
cd texi && make EMACS=/usr/bin/emacs install
make[1]: Entering directory `/home/sb/src/install/gnus-5.6.33/texi'
/bin/sh ../mkinstalldirs /home/sb/apps/info
for file in gnus message; do \
  for ifile in `echo $file $file-[0-9] $file-[0-9][0-9]`; do \
    if test -f $ifile; then \
      echo " /usr/bin/install -c -m 644 $ifile /home/sb/apps/info/$ifile"; \
      /usr/bin/install -c -m 644 $ifile /home/sb/apps/info/$ifile; \
    else : ; fi; \
  done; \
done
make[1]: Leaving directory `/home/sb/src/install/gnus-5.6.33/texi'
~/src/install/gnus-5.6.33$ 

(configure was run with: ./configure --prefix=~/apps)


  reply	other threads:[~1998-08-12  7:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-08-11 18:47 Lars Magne Ingebrigtsen
1998-08-11 20:25 ` Jochen_Hayek
1998-08-11 20:41   ` François Pinard
1998-08-11 21:06   ` Dave Love
1998-08-12  7:34     ` Steinar Bang [this message]
1998-08-12 10:51       ` Dave Love
1998-08-12 13:46         ` William M. Perry
1998-08-11 21:41 ` Eze Ogwuma
1998-08-12 11:32   ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=whsoj21wnn.fsf@viffer.oslo.metis.no \
    --to=sb@metis.no \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).