Gnus development mailing list
 help / color / mirror / Atom feed
From: ShengHuo ZHU <zsh@cs.rochester.edu>
Subject: Re: test
Date: Sun, 07 Oct 2001 13:17:34 -0400	[thread overview]
Message-ID: <2nadz3qsi9.fsf@zsh.cs.rochester.edu> (raw)
In-Reply-To: <q6md73zbh1a.fsf@spartacus.utdallas.edu> (Amos Gouaux's message of "Sun, 07 Oct 2001 10:34:25 -0500")

Amos Gouaux <amos+lists.ding@utdallas.edu> writes:

> Might I suggest the following alteration:
>
> *** lisp/Makefile.in.orig       Sun Oct  7 10:31:47 2001
> --- lisp/Makefile.in    Sun Oct  7 10:31:57 2001
> ***************
> *** 37,43 ****
>         $(INSTALL_DATA) gnus-load.el $(lispdir)/gnus-load.el
>         for p in *.elc; do \
>           p=`basename $$p c`; \
> !         if [ -e "$(srcdir)/$$p" ]; then \
>             echo " $(INSTALL_DATA) $$p $(lispdir)/$$p"; \
>             $(INSTALL_DATA) $(srcdir)/$$p $(lispdir)/$$p; \
>           fi; \
> --- 37,43 ----
>         $(INSTALL_DATA) gnus-load.el $(lispdir)/gnus-load.el
>         for p in *.elc; do \
>           p=`basename $$p c`; \
> !         if [ -f "$(srcdir)/$$p" ]; then \
>             echo " $(INSTALL_DATA) $$p $(lispdir)/$$p"; \
>             $(INSTALL_DATA) $(srcdir)/$$p $(lispdir)/$$p; \
>           fi; \
>
> I believe the -e will only work with ksh/bash systems, not with
> systems that use sh with make.  Perhaps -f would be more general?

Installed. Thanks.

ShengHuo



  reply	other threads:[~2001-10-07 17:17 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-07 15:34 test Amos Gouaux
2001-10-07 17:17 ` ShengHuo ZHU [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-10-08 16:52 test Jason L Tibbitts III
2018-10-08 16:54 ` test Jason L Tibbitts III
2003-11-30 19:08 test Xavier Maillard
2003-03-30 20:31 test Xavier Maillard
2003-03-29 22:33 test Xavier Maillard
2003-01-01  0:11 test Jason R. Mastaler
1998-09-09  5:08 test Phil Humpherys
1998-06-05  9:14 test Bjørn Erik Halvorsen

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=2nadz3qsi9.fsf@zsh.cs.rochester.edu \
    --to=zsh@cs.rochester.edu \
    /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).