zsh-workers
 help / color / mirror / code / Atom feed
* Makefile fix and FAQ
@ 1996-11-17 21:46 Zoltan Hidvegi
  0 siblings, 0 replies; only message in thread
From: Zoltan Hidvegi @ 1996-11-17 21:46 UTC (permalink / raw)
  To: Zsh hacking and development

Below is a one line patch to Src/Makefile.in fixing .SUFFIXES.

Since the next FAQ is coming soon I think that we have to change this line
in the FAQ:

In fact, zsh is currently the most powerful freely available shell.

This is undoubtedly a questionable statement.  Several other shells (es and
AT&T ksh'93) are very powerful with some features not present in zsh
(ksh'93 is not really free but it's almost free).  Every shell has its
strength.  I feel that it would be more correct to say that zsh is one of
the most powerful (freely available) shell.

I'm mentioning this since there was a short discussion about that in
comp.unix.shell after that last FAQ was posted and even if this
statement were true it may irritate a few people.

Zoltan

--- Src/Makefile.in	1996/11/17 04:15:17	3.1.0.6
+++ Src/Makefile.in	1996/11/17 21:15:20
@@ -83,7 +83,7 @@
 ANSI_DOBJ=._bar_
 
 .SUFFIXES:
-.SUFFIXES: .c .o $(@D@LEXT) .pro
+.SUFFIXES: .c $(ANSI@U@DOBJ) $(KNR@U@DOBJ) $(ANSI@U@OBJ) $(KNR@U@OBJ) .pro
 
 .c$(ANSI@U@DOBJ):
 	$(COMPILE) $(DLCFLAGS) -I$(MODULE_DIR) -o $@.o $<


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

only message in thread, other threads:[~1996-11-17 22:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-11-17 21:46 Makefile fix and FAQ Zoltan Hidvegi

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