help-gnu-music
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multi platform install


From: Jan Nieuwenhuizen
Subject: Re: Multi platform install
Date: 15 Mar 2001 13:05:04 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

Rune Zedeler <address@hidden> writes:

> Is it possible to build the same sourcedirs of multiple platforms
> without cleaning?

You can do:

    ./configure --config=foo
    ./configure --config=bar
    make conf=foo
    make conf=bar

which will output in out-foo, and out-bar.

Or, you can use GNU style --srcdir:

    tar xzf lilypond-x.y.z
    mkdir arch-foo arch-bar
    cd arch-foo
    ../lilypond-x.y.z/configure
    make

    cd ../arch-bar
    ../lilypond-x.y.z/configure
    make

> I.e. is it possible to configure which dir to use instead of "out"?
> (i.e. ./configure ..... --exec-outdir = "out-"$HOSTTYPE )
> - or something.
> I used to just untar in /tmp/ and then do the stuff simultainously on
> several machines, but that is not so easy when you are editing
> sources...

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]