log☇︎
2 entries in 0.483s
mod6: well, so here's the deal. I can't get it to compile "by hand". meaning, that if i extract the 2 bzip'd files for uclibc: uClibc-0.9.33.2.tar.bz2 & uClibc-0.9.33.2-patches.tar.bz2 and then patch the former with the latter with something like this: for i in `ls ../patch/*.patch | sort` ; do patch -p1 < ../patch/$i ; done
ben_vulpes: !s *.patch