You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Ben Laurie <be...@algroup.co.uk> on 1997/09/12 16:55:22 UTC

Re: cvs commit: apachen/src Makefile.nt

Paul Sutton wrote:
> 
> pcs         97/09/12 01:11:05
> 
>   Modified:    src      Makefile.nt
>   Log:
>   Update the NT makefile to build ApacheOS before any other builds.
>   Note that the Makefile is not NT only, not all win32 systems.

Really? Why?

Cheers,

Ben.

-- 
Ben Laurie            |Phone: +44 (181) 994 6435|Apache Group member
Freelance Consultant  |Fax:   +44 (181) 994 6472|http://www.apache.org
and Technical Director|Email: ben@algroup.co.uk |Apache-SSL author
A.L. Digital Ltd,     |http://www.algroup.co.uk/Apache-SSL
London, England.      |"Apache: TDG" http://www.ora.com/catalog/apache

Re: cvs commit: apachen/src Makefile.nt

Posted by Ben Laurie <be...@algroup.co.uk>.
Paul Sutton wrote:
> 
> On Fri, 12 Sep 1997, Ben Laurie wrote:
> > Paul Sutton wrote:
> > > pcs         97/09/12 01:11:05
> > >
> > >   Modified:    src      Makefile.nt
> > >   Log:
> > >   Update the NT makefile to build ApacheOS before any other builds.
> > >   Note that the Makefile is not NT only, not all win32 systems.
> >
> > Really? Why?
> 
> Because Windows 95 croaks on &-separated commands. You have to do
> 
>    cd regex
>    make regex - ...
>    cd ..

Does this work on NT, too? If so, let's just switch.

Cheers,

Ben.

-- 
Ben Laurie            |Phone: +44 (181) 994 6435|Apache Group member
Freelance Consultant  |Fax:   +44 (181) 994 6472|http://www.apache.org
and Technical Director|Email: ben@algroup.co.uk |Apache-SSL author
A.L. Digital Ltd,     |http://www.algroup.co.uk/Apache-SSL
London, England.      |"Apache: TDG" http://www.ora.com/catalog/apache

Re: cvs commit: apachen/src Makefile.nt

Posted by Paul Sutton <pa...@ukweb.com>.
On Fri, 12 Sep 1997, Ben Laurie wrote:
> Paul Sutton wrote:
> > pcs         97/09/12 01:11:05
> > 
> >   Modified:    src      Makefile.nt
> >   Log:
> >   Update the NT makefile to build ApacheOS before any other builds.
> >   Note that the Makefile is not NT only, not all win32 systems.
> 
> Really? Why?

Because Windows 95 croaks on &-separated commands. You have to do

   cd regex
   make regex - ...
   cd ..

instead.

//pcs