zsh-workers
 help / color / mirror / code / Atom feed
From: Zefram <zefram@dcs.warwick.ac.uk>
To: hzoli@cs.elte.hu (Zoltan Hidvegi)
Cc: zsh-workers@math.gatech.edu
Subject: Re: OSF test does not have -nt
Date: Tue, 31 Dec 1996 12:02:32 +0000 (GMT)	[thread overview]
Message-ID: <28071.199612311202@stone.dcs.warwick.ac.uk> (raw)
In-Reply-To: <199612302010.VAA09456@bolyai.cs.elte.hu> from "Zoltan Hidvegi" at Dec 30, 96 09:10:34 pm

Zoltan Hidvegi wrote:
>On OSF/1 V2.0 test does not support the -nt operator which is used in
>the Makefile recently.

That will be difficult to work around.  To directly replace it, I think
a C program would be required, unless we want to rely on Perl in the
build environment.  Unfortunately this makes cross-compiling
impossible.  The alternative is to modify the make variables in the
recursive make invocation, such that building an object file also
causes some signalling action to occur.  Something like

EXTRA_ACTION = :
.c.o:
	# (normal build rule)
	@$(EXTRA_ACTION)

...
	$(MAKE) $(MAKEDEFS) EXTRA_ACTION='rm -f stamp-modobjs' $$obj
...


>Also in Zefram's latest Makefile.in patch the sed in OSF/1 thinks
>that the whole CFSED variable is a too long label.

I was afraid that might happen.  The solution is to put the $(CFSED)
bit into a separate file, and do `sed -f $(srcdir)/conf.sed -e
"$sed"`.

-zefram


      reply	other threads:[~1996-12-31 11:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-12-30 20:10 Zoltan Hidvegi
1996-12-31 12:02 ` Zefram [this message]

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=28071.199612311202@stone.dcs.warwick.ac.uk \
    --to=zefram@dcs.warwick.ac.uk \
    --cc=hzoli@cs.elte.hu \
    --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).