もう一丁

スデに放置状態になってる linux-next なツリーの一つについてリコンパイルしてみて ccache の具合を見てみます。つうか time 付けて make を kickoff して寝る。
とりあえず

  • ccache 導入
  • make clean
  • time make -j4

てことで。

そいえば、昨日参加してきた jaws-ug 沖縄な勉強会の参加エントリを入れねば、なのか。何故か同じ時間帯で開催されてた pf 部のソレで云々されてた ccache に持ってかれちゃってたりなんかして (を

追記

distcc も入れておきます。

$ sudo apt-get install -fy ccache
[sudo] password for rms: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  gnome-backgrounds gnome-search-tool libgdict-common gnome-icon-theme-extras libgdict-1.0-6 fonts-cantarell gdm libiptcdata0 gnome-dictionary gir1.2-gdata-0.0 unoconv gir1.2-goa-1.0 dconf-tools
Use 'apt-get autoremove' to remove them.
Suggested packages:
  distcc
The following NEW packages will be installed:
  ccache

とのことなので。あとは

$ make clean

して

$ export CC='ccache gcc'
$ time make -j4

ということで、明日朝結果確認の方向にて。