zsh-workers
 help / color / mirror / code / Atom feed
* zsh compilied for mips-compaq-nonstopux
@ 2000-11-03 20:52 Tom Bates
  2000-11-04  7:18 ` Andrej Borsenkow
  0 siblings, 1 reply; 7+ messages in thread
From: Tom Bates @ 2000-11-03 20:52 UTC (permalink / raw)
  To: zsh-workers

Just a note to say I built and installed zsh on a
Mips based Compaq box running NonStopUX.

I had to config.guess and config.sub.  How should I get these
changes into the source?

Thanks,
Tom


^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: zsh compilied for mips-compaq-nonstopux
  2000-11-03 20:52 zsh compilied for mips-compaq-nonstopux Tom Bates
@ 2000-11-04  7:18 ` Andrej Borsenkow
  2000-11-05 20:32   ` Tom Bates
  0 siblings, 1 reply; 7+ messages in thread
From: Andrej Borsenkow @ 2000-11-04  7:18 UTC (permalink / raw)
  To: tom_bates, zsh-workers

GNU has regular updates to these files (unbundled from automake or autoconf).
The latest is dated Oct 28; looking in config.guess:


    *:NonStop-UX:*:*)
	echo mips-compaq-nonstopux
	exit 0 ;;


I suggest we simply pull these files off

<ftp://ftp.gnu.org/gnu/config/>

or the nearest mirror.

-andrej

> -----Original Message-----
> From: tbates@compaq.com [mailto:tbates@compaq.com]On Behalf Of Tom Bates
> Sent: Friday, November 03, 2000 11:53 PM
> To: zsh-workers@sunsite.auc.dk
> Subject: zsh compilied for mips-compaq-nonstopux
>
>
> Just a note to say I built and installed zsh on a
> Mips based Compaq box running NonStopUX.
>
> I had to config.guess and config.sub.  How should I get these
> changes into the source?
>
> Thanks,
> Tom
>
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: zsh compilied for mips-compaq-nonstopux
  2000-11-04  7:18 ` Andrej Borsenkow
@ 2000-11-05 20:32   ` Tom Bates
  2000-11-08 16:44     ` Andrej Borsenkow
  0 siblings, 1 reply; 7+ messages in thread
From: Tom Bates @ 2000-11-05 20:32 UTC (permalink / raw)
  To: Andrej Borsenkow; +Cc: tom_bates, zsh-workers

Great.  Who actually does this? - Tom


Andrej Borsenkow wrote:

> GNU has regular updates to these files (unbundled from automake or autoconf).
> The latest is dated Oct 28; looking in config.guess:
>
>     *:NonStop-UX:*:*)
>         echo mips-compaq-nonstopux
>         exit 0 ;;
>
> I suggest we simply pull these files off
>
> <ftp://ftp.gnu.org/gnu/config/>
>
> or the nearest mirror.
>
> -andrej
>
> > -----Original Message-----
> > From: tbates@compaq.com [mailto:tbates@compaq.com]On Behalf Of Tom Bates
> > Sent: Friday, November 03, 2000 11:53 PM
> > To: zsh-workers@sunsite.auc.dk
> > Subject: zsh compilied for mips-compaq-nonstopux
> >
> >
> > Just a note to say I built and installed zsh on a
> > Mips based Compaq box running NonStopUX.
> >
> > I had to config.guess and config.sub.  How should I get these
> > changes into the source?
> >
> > Thanks,
> > Tom
> >
> >


^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: zsh compilied for mips-compaq-nonstopux
  2000-11-05 20:32   ` Tom Bates
@ 2000-11-08 16:44     ` Andrej Borsenkow
  2000-11-11 20:24       ` Peter Stephenson
  2000-11-13 15:23       ` Tom Bates
  0 siblings, 2 replies; 7+ messages in thread
From: Andrej Borsenkow @ 2000-11-08 16:44 UTC (permalink / raw)
  To: tom_bates; +Cc: zsh-workers


I expect, Peter. With everyone's consent I can check these files in, but you
won't get new distro until Peter has released it anyway :-)

-andrej

>
> Great.  Who actually does this? - Tom
>
>
> Andrej Borsenkow wrote:
>
> > GNU has regular updates to these files (unbundled from automake
> or autoconf).
> > The latest is dated Oct 28; looking in config.guess:
> >
> >     *:NonStop-UX:*:*)
> >         echo mips-compaq-nonstopux
> >         exit 0 ;;
> >
> > I suggest we simply pull these files off
> >
> > <ftp://ftp.gnu.org/gnu/config/>
> >
> > or the nearest mirror.
> >
> > -andrej
> >
> > > -----Original Message-----
> > > From: tbates@compaq.com [mailto:tbates@compaq.com]On Behalf Of Tom Bates
> > > Sent: Friday, November 03, 2000 11:53 PM
> > > To: zsh-workers@sunsite.auc.dk
> > > Subject: zsh compilied for mips-compaq-nonstopux
> > >
> > >
> > > Just a note to say I built and installed zsh on a
> > > Mips based Compaq box running NonStopUX.
> > >
> > > I had to config.guess and config.sub.  How should I get these
> > > changes into the source?
> > >
> > > Thanks,
> > > Tom
> > >
> > >
>
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: zsh compilied for mips-compaq-nonstopux
  2000-11-08 16:44     ` Andrej Borsenkow
@ 2000-11-11 20:24       ` Peter Stephenson
  2000-11-11 20:53         ` Peter Stephenson
  2000-11-13 15:23       ` Tom Bates
  1 sibling, 1 reply; 7+ messages in thread
From: Peter Stephenson @ 2000-11-11 20:24 UTC (permalink / raw)
  To: zsh-workers

"Andrej Borsenkow" wrote:
> I expect, Peter. With everyone's consent I can check these files in, but you
> won't get new distro until Peter has released it anyway :-)

Sorry, I've been in Bellevue, WA, for a week.  (Some kind of election while I
was there?)  I'll see how far I get here, otherwise I'll have to update and
check in from work on Monday.  I don't have any more changes to add.

-- 
Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
Work: pws@csr.com
Web: http://www.pwstephenson.fsnet.co.uk


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: zsh compilied for mips-compaq-nonstopux
  2000-11-11 20:24       ` Peter Stephenson
@ 2000-11-11 20:53         ` Peter Stephenson
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Stephenson @ 2000-11-11 20:53 UTC (permalink / raw)
  To: zsh-workers

Peter Stephenson wrote:
> Sorry, I've been in Bellevue, WA, for a week.  (Some kind of election while I
> was there?)  I'll see how far I get here, otherwise I'll have to update and
> check in from work on Monday.  I don't have any more changes to add.

I've now committed Sven's trap changes, second version, and both of mine.
That's all I know about.

-- 
Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
Work: pws@csr.com
Web: http://www.pwstephenson.fsnet.co.uk


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: zsh compilied for mips-compaq-nonstopux
  2000-11-08 16:44     ` Andrej Borsenkow
  2000-11-11 20:24       ` Peter Stephenson
@ 2000-11-13 15:23       ` Tom Bates
  1 sibling, 0 replies; 7+ messages in thread
From: Tom Bates @ 2000-11-13 15:23 UTC (permalink / raw)
  To: Andrej Borsenkow; +Cc: tom_bates, zsh-workers

Okay.  I'll ASSUME this is a done deal then. I just didn't want the ball dropped.
- Tom

Andrej Borsenkow wrote:

> I expect, Peter. With everyone's consent I can check these files in, but you
> won't get new distro until Peter has released it anyway :-)
>
> -andrej
>
> >
> > Great.  Who actually does this? - Tom
> >
> >
> > Andrej Borsenkow wrote:
> >
> > > GNU has regular updates to these files (unbundled from automake
> > or autoconf).
> > > The latest is dated Oct 28; looking in config.guess:
> > >
> > >     *:NonStop-UX:*:*)
> > >         echo mips-compaq-nonstopux
> > >         exit 0 ;;
> > >
> > > I suggest we simply pull these files off
> > >
> > > <ftp://ftp.gnu.org/gnu/config/>
> > >
> > > or the nearest mirror.
> > >
> > > -andrej
> > >
> > > > -----Original Message-----
> > > > From: tbates@compaq.com [mailto:tbates@compaq.com]On Behalf Of Tom Bates
> > > > Sent: Friday, November 03, 2000 11:53 PM
> > > > To: zsh-workers@sunsite.auc.dk
> > > > Subject: zsh compilied for mips-compaq-nonstopux
> > > >
> > > >
> > > > Just a note to say I built and installed zsh on a
> > > > Mips based Compaq box running NonStopUX.
> > > >
> > > > I had to config.guess and config.sub.  How should I get these
> > > > changes into the source?
> > > >
> > > > Thanks,
> > > > Tom
> > > >
> > > >
> >
> >


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2000-11-13 15:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-03 20:52 zsh compilied for mips-compaq-nonstopux Tom Bates
2000-11-04  7:18 ` Andrej Borsenkow
2000-11-05 20:32   ` Tom Bates
2000-11-08 16:44     ` Andrej Borsenkow
2000-11-11 20:24       ` Peter Stephenson
2000-11-11 20:53         ` Peter Stephenson
2000-11-13 15:23       ` Tom Bates

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