fixes
authorBrad House <brad_mssw@gentoo.org>
Tue, 9 Dec 2003 01:05:09 +0000 (01:05 +0000)
committerBrad House <brad_mssw@gentoo.org>
Tue, 9 Dec 2003 01:05:09 +0000 (01:05 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@4 67a159dc-881f-0410-a524-ba9dfbe2cb84

gen_cmdline.sh
gen_determineargs.sh
pkg/x86/README [new file with mode: 0644]
pkg/x86_64/README [new file with mode: 0644]

index 559d90a44913a41c320a87dabe6678a0293ce4c3..1431d0d7d01560b5458fd7775808908f79cf62f9 100755 (executable)
@@ -13,6 +13,8 @@ usage() {
   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"
index 3b1e527e593b8e6274f2fbf40ff91992060065a1..d968645c5592fa768dfc47cceb8112f2fe87991b 100644 (file)
@@ -55,6 +55,7 @@ determine_real_args() {
        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}
diff --git a/pkg/x86/README b/pkg/x86/README
new file mode 100644 (file)
index 0000000..d0e537d
--- /dev/null
@@ -0,0 +1 @@
+PLACEHOLDER FOR BINCACHE PACKAGES
diff --git a/pkg/x86_64/README b/pkg/x86_64/README
new file mode 100644 (file)
index 0000000..d0e537d
--- /dev/null
@@ -0,0 +1 @@
+PLACEHOLDER FOR BINCACHE PACKAGES