lkml.org 
[lkml]   [2011]   [Jan]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [tup] Tup with Linux kernel modules
From
On Wed, Jan 26, 2011 at 11:59 AM, mcgrof <mcgrof@gmail.com> wrote:
> Just curious if anyone has used tup to build the Linux kernel.
>
> http://gittup.org/tup/make_vs_tup.html

Check gittup http://gittup.org/gittup/

This is a Gentoo-like distributive that uses Tup tool. The distro
includes kernel/gcc/glib/zlib/binutils/ncurses/openssh/openssl/mplayer/...
and some other projects.

> Looks sexy.

And it is *very* fast for incremental builds. Just a short snippet
from the gittup page:

[marf@captainfalcon gittup]$ vi nethack/src/spell.c
[marf@captainfalcon gittup]$ vi busybox/coreutils/ls.c
[marf@captainfalcon gittup]$ time tup upd -j2
Executing Commands
[ 0/9 ] busybox/coreutils/CC ls.c
[ 1/9 ] nethack/CC src/spell.c
[ 2/9 ] busybox/coreutils/LD built-in.o
[ 3/9 ] busybox/LD busybox
[ 4/9 ] nethack/LD nethack
[ 5/9 ] initrd/bin/CP busybox
[ 6/9 ] initrd/bin/CP nethack
[ 7/9 ] initrd/MKINITRD
[ 8/9 ] initrd/GZIP initrd
[ 9/9 ]

real 0m1.571s
user 0m1.888s
sys 0m0.269s

Rebuilding whole system in 1.5 sec, isn't it cool?


\
 
 \ /
  Last update: 2011-01-26 21:09    [W:0.060 / U:0.200 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site