the hockey game the other day was fun.
last night i had some ice cream.
today it is warm.
somehow, phil managed to trick me into making non-recursive makefiles for lustre. i have most of it working, but am not so thrilled with the results:
jacob@wet-pants:lustre-nonrec$ time make LD=i386-linux-ld ... real 6m4.944s user 4m37.980s sys 0m34.460s jacob@wet-pants:lustre-nonrec$ time make LD=i386-linux-ld real 0m6.325s user 0m3.380s sys 0m2.240s jacob@wet-pants:lustre$ time make LD=i386-linux-ld ... real 6m35.873s user 4m50.650s sys 0m41.200s jacob@wet-pants:lustre$ time make LD=i386-linux-ld real 0m5.094s user 0m3.340s sys 0m0.710s jacob@wet-pants:lustre$ _
hopefully there is something silly in there that will speed things up.