zsh-workers
 help / color / mirror / code / Atom feed
* install.modules
@ 1997-05-15 17:17 Zefram
  0 siblings, 0 replies; only message in thread
From: Zefram @ 1997-05-15 17:17 UTC (permalink / raw)
  To: zsh-workers

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1997-05-15 17:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-05-15 17:17 install.modules Zefram

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