From 06cf3c15839afb8a6df38266c009763f381a005e Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Thu, 22 Jun 2006 15:15:36 +0000 Subject: [PATCH] oops, bug fix related to tcl package name extraction.. --- CLFS/master.sh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/CLFS/master.sh b/CLFS/master.sh index 2cfdf86..6373555 100755 --- a/CLFS/master.sh +++ b/CLFS/master.sh @@ -383,10 +383,7 @@ testsuite_tools_Makefiles() { # # as a dependency. Also call the echo_message function. wrt_target "${this_script}" "$PREV" # - case $name in - tcl) wrt_unpack2 `grep "^tcl" $JHALFSDIR/my_packages` ;; - *) wrt_unpack2 "$pkg_tarball" ;; - esac + wrt_unpack2 "$pkg_tarball" [[ "$OPTIMIZE" = "2" ]] && wrt_optimize "$name" && wrt_makeflags "$name" # wrt_run_as_chroot1 "${this_script}" "${file}" @@ -438,10 +435,7 @@ bm_testsuite_tools_Makefiles() { # # as a dependency. Also call the echo_message function. wrt_target "${this_script}" "$PREV" # - case $name in - tcl) wrt_unpack3 `grep "^tcl" $JHALFSDIR/my_packages` ;; - *) wrt_unpack3 "$pkg_tarball" ;; - esac + wrt_unpack3 "$pkg_tarball" [[ "$OPTIMIZE" = "2" ]] && wrt_optimize "$name" && wrt_makeflags "$name" # wrt_run_as_root2 "${this_script}" "${file}"