Author: pierre
Date: Thu Jun 11 13:43:33 2020
New Revision: 4171

Log:
Fix the case of the kernel for otimization

Modified:
   jhalfs/trunk/LFS/master.sh

Modified: jhalfs/trunk/LFS/master.sh
==============================================================================
--- jhalfs/trunk/LFS/master.sh  Thu Jun 11 06:59:59 2020        (r4170)
+++ jhalfs/trunk/LFS/master.sh  Thu Jun 11 13:43:33 2020        (r4171)
@@ -94,7 +94,7 @@
       # If using optimizations, write the instructions
       case "${OPTIMIZE}$1${nb_chaps}${this_script}${REALSBU}" in
           0* | *binutils-pass1y | 15* | 167* | 177*) ;;
-          *kernel) wrt_makeflags "$name" ;; # No CFLAGS for kernel
+          *kernel*) wrt_makeflags "$name" ;; # No CFLAGS for kernel
           *) wrt_optimize "$name" && wrt_makeflags "$name" ;;
       esac
     fi
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to