Gnus development mailing list
 help / color / mirror / Atom feed
From: Amos Gouaux <amos+lists.ding@utdallas.edu>
Subject: test
Date: Sun, 07 Oct 2001 10:34:25 -0500	[thread overview]
Message-ID: <q6md73zbh1a.fsf@spartacus.utdallas.edu> (raw)

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?

-- 
Amos




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

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-07 15:34 Amos Gouaux [this message]
2001-10-07 17:17 ` test ShengHuo ZHU
  -- 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=q6md73zbh1a.fsf@spartacus.utdallas.edu \
    --to=amos+lists.ding@utdallas.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).