You are not logged in.
I'm working through the scratchbook (slowly). The example refers to slitaz-tools 1.1, which contains makefiles for linux 2.6, whereas the latest version is slitaztools 5.1 without makefiles. I'm hoping to use linux 3.9. Do we have these files in the repo, or should i just move forward with [c]make menuconfig[/c], ignoring [c]make mrproper[/c].
If anyone with more knowledge of the process could elaborate, that'd be great! 
Offline
Nevermind, I learned a little more, and copied my existing .config file. For those who come after, you can extract your current config file by running:
[c]cat /proc/config.gz | gunzip > .config[/c]
Then if you are also following the scratchbook guide:
[c]cp .config distro/src/linux-x.x.x[/c]
[c]cd distro/src/linux-x.x.x[/c]
[c]make silentoldconfig[/c] (or [c]make oldconfig[/c])
Offline
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]