zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@brasslantern.com>
To: Zefram <zefram@tao.co.uk>, zsh-workers@math.gatech.edu
Subject: Re: zsh-workers: zsh-3.1.4
Date: Mon, 1 Jun 1998 08:56:34 -0700	[thread overview]
Message-ID: <980601085634.ZM26365@candle.brasslantern.com> (raw)
In-Reply-To: <199806010819.JAA27897@diamond.tao.co.uk>

A couple of build oddities (on RedHat 4.2 Linux):

"make clean" fails when /bin/sh is bash because $(SUBDIRS) is empty in
Doc and Etc and maybe elsewhere.  Bash gets a syntax error at

	for subdir in ; do

even though that is prefixed with "if test -n '$(SUBDIRS)'" because it
apparently wants to parse the entire line before executing any of it.

The above is an additional problem because following a configure with
--enable-dynamic, it's necessary to "make clean" in order to get a
successful compile using --disable-dynamic.  Reconfiguring with dynamic
disabled without first doing a "make clean" causes some of the sed
replacements on the Makefiles to fail, and make produces weird errors
like

	g: command not found (ignored)

(Actually, it may fail that way even with a "make clean", because after
discovering the reason "make clean" was failing I resorted to "rm -r"
and then reconfigured.)

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


  reply	other threads:[~1998-06-01 16:02 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-06-01  8:19 Zefram
1998-06-01 15:56 ` Bart Schaefer [this message]
1998-06-01 16:07   ` Zefram
1998-06-01 16:33   ` Timothy J Luoma
1998-06-01 18:09     ` Bart Schaefer
1998-06-01 18:35       ` Zoltan Hidvegi
1998-06-02  7:21     ` Zefram
1998-06-02 16:08   ` Chet Ramey
1998-06-01 21:53 ` Wayne Davison
1998-06-02  7:31   ` Zefram
1998-06-02  9:50     ` Bart Schaefer
1998-07-23  8:11 ` blocking read stdin patch (Re: zsh-workers: zsh-3.1.4) yamagata

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=980601085634.ZM26365@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zefram@tao.co.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).