gnucap-devel
[Top][All Lists]
Advanced

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

Re: [Gnucap-devel] Make2 again


From: Felix Salfelder
Subject: Re: [Gnucap-devel] Make2 again
Date: Mon, 30 Jun 2014 23:13:11 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Mon, Jun 30, 2014 at 04:44:28PM -0400, al davis wrote:
> 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.

i don't see any recursive pattern here. please explain.

cheers
felix



reply via email to

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