zsh-workers
 help / color / mirror / code / Atom feed
From: Zefram <zefram@dcs.warwick.ac.uk>
To: zsh-workers@math.gatech.edu
Subject: install.modules
Date: Thu, 15 May 1997 18:17:17 +0100 (BST)	[thread overview]
Message-ID: <3628.199705151717@stone.dcs.warwick.ac.uk> (raw)

-----BEGIN PGP SIGNED MESSAGE-----

The install.modules rule fails when installing a zsh that has not
been compiled with modules.  It also doesn't detect genuine errors.
This patch fixes it.

 -zefram

 *** Src/Makefile.in	1997/05/11 16:21:33	1.41
 --- Src/Makefile.in	1997/05/15 13:24:47
 ***************
 *** 277,283 ****
   # install/uninstall modules
   install.modules uninstall.modules:
   	@for dir in .. $(MO@D@ULE_DIRS); do \
 ! 	    test $$dir != .. && (cd $$dir && $(MAKE) $(MAKEDEFS) $@); \
   	done
   
   # ========== DEPENDENCIES FOR CLEANUP ==========
 --- 277,283 ----
   # install/uninstall modules
   install.modules uninstall.modules:
   	@for dir in .. $(MO@D@ULE_DIRS); do \
 ! 	    test $$dir = .. || (cd $$dir && $(MAKE) $(MAKEDEFS) $@) || exit 1; \
   	done
   
   # ========== DEPENDENCIES FOR CLEANUP ==========

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia
Charset: ascii

iQEVAwUBM3sP6Zmk9GeOHh7BAQFulgf/cTEM0a+l2RFWbe6Nhq1Fq04nG3CfF2fe
7CMetKY5gH768HuW8mPrtWjoZHvMp7nU4naSmYNQGawmwgtlMagScrHLkkHcKoE3
DOHAP8sZczlVITHYkivup1elmOhMVRCJT2ETcQILcnePVRtjAKnYXrzuRjKyYOXJ
dY7c37Fj1G4wJOtjzu1PgYa9bi3yI1HdbZljXjwiNZV7IIXzHuxkDga+uGXNZ6SF
+K1wIbl9820/8nHNtjTbJx7n1Yj5LnA2f/UREXNJXD7zIwoVK4Rg9smycfwEkBZL
I0Hr8T/Q4ynJa5iNFLEtqsXOtkqg1nnJ0xKaFNAT6AwLFMpEFj3MPw==
=K8b5
-----END PGP SIGNATURE-----


                 reply	other threads:[~1997-05-15 17:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=3628.199705151717@stone.dcs.warwick.ac.uk \
    --to=zefram@dcs.warwick.ac.uk \
    --cc=zsh-workers@math.gatech.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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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).