Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <399AFDC8.ED8C6AA9@cpsc.ucalgary.ca>
Date: Wed, 16 Aug 2000 13:47:04 -0700
From: Mark Tigges <mtigges@cpsc.ucalgary.ca>
Reply-To: mtigges@cpsc.ucalgary.ca
Organization: nobody
X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.13 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: Heribert Dahms <heribert_dahms@icon-gmbh.de>, cygwin@sourceware.cygnus.com
Subject: Re: cvs in makefile rule
References: <99B82AA9708ED0119B55006097125A00363F05@ifk63.mach.uni-karlsruhe.de>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Heribert Dahms wrote:
> 
> Hi Mark,
> 
> is your /bin/sh ash or bash?
> 

bash.  It's the standard cygnus install.

Mark.

> Bye, Heribert (heribert_dahms@icon-gmbh.de)
> 
> > -----Original Message-----
> > From: Mark Tigges [SMTP:mtigges@cpsc.ucalgary.ca]
> > Sent: Wednesday, August 16, 2000 02:39
> > To:   cygwin@sourceware.cygnus.com
> > Subject:      cvs in makefile rule
> >
> > We have a makefile rule which automatically
> > distributes code to a central build/work area
> > for collaborative work.  This rule uses a cvs
> > commit, and then a cvs update in the appropriate
> > directory.
> >
> > The problem is that it doesn't work.  Witness the
> > following interaction:
> >
> > mark@DELL166 ~/work/src/anmNumeric
> > $ cvs commit
> > cvs commit: Examining .
> >
> > mark@DELL166 ~/work/src/anmNumeric
> > $ make dev
> > rm -f lib/Win32/anmNumeric.lib
> > test -d /home/mark/work/include || mkdir /home/mark/work/include
> > cd /home/mark/work/include && rm -f numeric.h linearalgebra.h roots.h
> > boundingre
> > ct.h
> > cvs commit
> > /anm/usr/bin/cvs: 1: Syntax error: "(" unexpected
> > make: *** [dev] Error 2
> >
> >
> > For some reason the cvs command works from the console but when
> > make forks the process off it doesn't work.
> >
> > I have absolutely no idea what the "(" referred to is.
> >
> > Does anybody have any clue what's going on here.
> >
> > Mark.
> >
> > --
> > Want to unsubscribe from this list?
> > Send a message to cygwin-unsubscribe@sourceware.cygnus.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

