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. _______________________________________________ Gnucap-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnucap-devel
