From 79912de591fc603bdb5174a8d823f95838b5b6e1 Mon Sep 17 00:00:00 2001 From: Brad House Date: Tue, 9 Dec 2003 01:05:09 +0000 Subject: [PATCH] fixes git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@4 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- gen_cmdline.sh | 2 ++ gen_determineargs.sh | 1 + pkg/x86/README | 1 + pkg/x86_64/README | 1 + 4 files changed, 5 insertions(+) create mode 100644 pkg/x86/README create mode 100644 pkg/x86_64/README diff --git a/gen_cmdline.sh b/gen_cmdline.sh index 559d90a..1431d0d 100755 --- a/gen_cmdline.sh +++ b/gen_cmdline.sh @@ -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" diff --git a/gen_determineargs.sh b/gen_determineargs.sh index 3b1e527..d968645 100644 --- a/gen_determineargs.sh +++ b/gen_determineargs.sh @@ -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 index 0000000..d0e537d --- /dev/null +++ b/pkg/x86/README @@ -0,0 +1 @@ +PLACEHOLDER FOR BINCACHE PACKAGES diff --git a/pkg/x86_64/README b/pkg/x86_64/README new file mode 100644 index 0000000..d0e537d --- /dev/null +++ b/pkg/x86_64/README @@ -0,0 +1 @@ +PLACEHOLDER FOR BINCACHE PACKAGES -- 2.26.2