On Sun, Oct 22, 2000 at 06:13:27PM +0200, Josip Rodin wrote:
> On Sun, Oct 22, 2000 at 10:07:12AM -0400, Adam C Powell IV 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.
--
Steve Dobson [EMAIL PROTECTED]
The only difference between the saint and the sinner is that every saint
has a past and every sinner has a future.
-- Oscar Wilde
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
- Making a package with multiple binaries Roger Leigh
- Re: Making a package with multiple binaries Josip Rodin
- Re: Making a package with multiple binarie... Adam C Powell IV
- Re: Making a package with multiple bin... Josip Rodin
- Re: Making a package with multiple... Steve Dobson
- Re: Making a package with mul... Josip Rodin
- Re: Making a package with multiple binaries Antti-Juhani Kaijanaho
- Re: Making a package with multiple binarie... Christian T. Steigies
- Re: Making a package with multiple bin... Antti-Juhani Kaijanaho
- Re: Making a package with multiple binaries Roger Leigh
- Re: Making a package with multiple binaries Roger Leigh
- Re: Making a package with multiple binarie... Josip Rodin
- Re: Making a package with multiple binarie... Sean 'Shaleh' Perry

