gnucap-devel
[Top][All Lists]
Advanced

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

Re: [Gnucap-devel] Make2 again


From: al davis
Subject: Re: [Gnucap-devel] Make2 again
Date: Mon, 30 Jun 2014 16:44:28 -0400
User-agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; )

On Monday 30 June 2014, Felix Salfelder wrote:
> > I like to work in small chunks.  If I am working in "apps"
> > for  example, I want to work there as if the others didn't
> > exist.
> 
> autotools supports this exact sort of fragmentation [1]. the
> idea is the following.
> 
> $ ./configure; make install # installs everything, including
> "apps" or
> $ ./configure --disable-apps; make install # installs
> everything, except "apps" $ mv apps ..; rm * -rf; cd ../apps
> $ ./configure; make # work with apps, as if the others didn't
> exist.

Not really.


Go to just apps

Go to just lib

repeat 5000 times


Simple recursion is the answer.



reply via email to

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