git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@4
67a159dc-881f-0410-a524-
ba9dfbe2cb84
echo " --menuconfig Run menu config after oldconfig"
echo " --no-menuconfig Do no run menu config after oldconfig"
echo " --mrproper Run make mrproper before compilation"
+ echo " --clean Run make clean before compilation"
+ echo " --no-clean Do not run make clean before compilation"
echo " --no-mrproper Do not run make mrproper before compilation"
echo " --bootsplash Install bootsplash to initrd"
echo " --no-bootsplash Do not use bootsplash"
BUSYBOX_CONFIG=`arch_replace "${BUSYBOX_CONFIG}"`
BUSYBOX_BINCACHE=`arch_replace "${BUSYBOX_BINCACHE}"`
MODULE_INIT_TOOLS_BINCACHE=`arch_replace "${MODULE_INIT_TOOLS_BINCACHE}"`
+ MODUTILS_BINCACHE=`arch_replace "${MODUTILS_BINCACHE}"`
DIETLIBC_BINCACHE=`arch_replace "${DIETLIBC_BINCACHE}"`
DIETLIBC_BINCACHE_TEMP=`arch_replace "${DIETLIBC_BINCACHE_TEMP}"`
if isTrue ${BOOTSPLASH}
--- /dev/null
+PLACEHOLDER FOR BINCACHE PACKAGES
--- /dev/null
+PLACEHOLDER FOR BINCACHE PACKAGES