On Sun, Oct 22, 2000 at 06:03:07PM +0100, Steve Dobson wrote:
> > >         dh_testdir
> > >         mkdir option1-build-dir
> > >         cd option1-build-dir
> > >         ../configure --with-one-set-of-options && $(MAKE)
> > >         cd ..
> > 
> > Only you can't have cd's on separate lines, because it's a makefile.
> 
> Yes you can:
> 
>       (cd option1-build-dir; \
>        ../configure --with-one-set-of-options && $(MAKE))
> 
> By putting the commands into a brackets () they all run in the same shell.

What you wrote is quite obviously not the same thing I was replying to.
Maybe my sentence wasn't clear enough...

-- 
Digital Electronic Being Intended for Assassination and Nullification

Reply via email to