[pisa-src] Re: r1549 - in trunk: Makefile.am community-operator community-operator/Makefile.am configure.ac

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 06 Nov 2009 13:51:32 +0100

On Fri, Nov 06, 2009 at 01:37:34PM +0100, Diego Biurrun wrote:
> 
> Log:
> Merge community-operator/Makefile.am into Makefile.am.
> Death to recursive make: chapter IX

This was the last installment in the ongoing series.  What a relief!

Some statistics: Before I started the merger at around r1100 about
three weeks ago, we had 11 Makefile.ams weighing in at 473 lines:

pisa-r1100 $ find . -name Makefile.am
./pisacd/Makefile.am
./tools/Makefile.am
./performance/Makefile.am
./test/Makefile.am
./libpisa/Makefile.am
./pisand/Makefile.am
./pisasd/Makefile.am
./pisabeacon/Makefile.am
./community-operator/Makefile.am
./Makefile.am
./pairing/Makefile.am
pisa-r1100 $ find . -name Makefile.am | xargs cat | wc -l
473

Now we have a single one that is only 143 lines long:

pisa-1549 $ cat Makefile.am | wc -l
143

That's what I call progress :)

Diego

Other related posts: