=== modified file 'functions/fsb_target_gentoo_base' --- functions/fsb_target_gentoo_base 2013-05-22 16:25:36 +0000 +++ functions/fsb_target_gentoo_base 2013-05-21 22:56:11 +0000 @@ -6,7 +6,6 @@ for mixin in $STAGE_GENTOO_MIXINS; do FSB_INFO_BASE+=-$mixin done - return elif [[ $1 != build ]]; then die "unimplemented action: $*" fi === modified file 'functions/fsb_target_gentoo_dev' --- functions/fsb_target_gentoo_dev 2013-05-22 16:25:36 +0000 +++ functions/fsb_target_gentoo_dev 2013-05-21 22:56:11 +0000 @@ -6,7 +6,6 @@ (udev) FSB_INFO_SKIP=1;; (*) die "/dev manager '$STAGE_GENTOO_DEV' is not supported at the moment" esac - return elif [[ $1 != build ]]; then die "unimplemented action: $*" fi === modified file 'functions/fsb_target_gentoo_flavor' --- functions/fsb_target_gentoo_flavor 2013-05-22 16:25:36 +0000 +++ functions/fsb_target_gentoo_flavor 2013-05-21 22:56:11 +0000 @@ -2,7 +2,6 @@ FSB_INFO_DEPEND=gentoo_system FSB_INFO_BASE=%s-$STAGE_GENTOO_FLAVOR [[ -n $STAGE_GENTOO_FLAVOR ]] || die 'STAGE_GENTOO_FLAVOR needs to be defined' - return elif [[ $1 != build ]]; then die "unimplemented action: $*" fi === modified file 'functions/fsb_target_gentoo_gcc' --- functions/fsb_target_gentoo_gcc 2013-05-22 16:25:36 +0000 +++ functions/fsb_target_gentoo_gcc 2013-05-21 22:56:11 +0000 @@ -2,7 +2,6 @@ FSB_INFO_DEPEND=gentoo_base FSB_INFO_BASE=%s FSB_INFO_DIR=%s-gcc - return elif [[ $1 != build ]]; then die "unimplemented action: $*" fi === modified file 'functions/fsb_target_gentoo_init' --- functions/fsb_target_gentoo_init 2013-05-22 16:25:36 +0000 +++ functions/fsb_target_gentoo_init 2013-05-21 22:56:11 +0000 @@ -10,7 +10,6 @@ FSB_INFO_DIR=%s-conf FSB_INFO_DEPEND=gentoo_autobuild_stage - return elif [[ $1 != build ]]; then die "unimplemented action: $*" fi === modified file 'functions/fsb_target_gentoo_python' --- functions/fsb_target_gentoo_python 2013-05-22 16:25:36 +0000 +++ functions/fsb_target_gentoo_python 2013-05-21 22:56:11 +0000 @@ -5,7 +5,6 @@ else FSB_INFO_SKIP=1 fi - return elif [[ $1 != build ]]; then die "unimplemented action: $*" fi === modified file 'functions/fsb_target_gentoo_system' --- functions/fsb_target_gentoo_system 2013-05-22 16:25:36 +0000 +++ functions/fsb_target_gentoo_system 2013-05-21 22:56:11 +0000 @@ -6,7 +6,6 @@ else FSB_INFO_DIR=%s-system fi - return elif [[ $1 != build ]]; then die "unimplemented action: $*" fi