From 888b7582ad1cbe20248c27b4123e226348ef6b3f Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Thu, 19 May 2011 10:43:27 +0200 Subject: env fixes .. --- inc/functions.env.sh | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'inc') diff --git a/inc/functions.env.sh b/inc/functions.env.sh index 56cc49c..ab36fb7 100644 --- a/inc/functions.env.sh +++ b/inc/functions.env.sh @@ -101,14 +101,17 @@ read_params() { run () { - set_quiet + #set_quiet + + if [ "x$CLEAN" = "x1" ]; then + [ "x$TARGET_INIT" = "x1" ] && rm -rf $ROOT_DIR/contrib/syslinux/sys* + [ "x$TARGET_KERNEL" = "x1" ] && rm -rf $ROOT_DIR/build/linux-* + fi - pre_start_cleanup - setup_dir_structure - copy_files - create_iso + [ "x$TARGET_KERNEL" = "x1" ] && $ROOT_DIR/bin/build.kernel.sh + [ "x$TARGET_INIT" = "x1" ] && $ROOT_DIR/bin/build.initramfs.sh - unset_quiet + #unset_quiet - pinfo "FINISHED: ISO can be found here: $ROOT_DIR/openslx.iso!" -} \ No newline at end of file + pinfo "FINISHED" +} -- cgit v1.2.3-55-g7522