Author: pierre
Date: Sun Jan  7 10:23:51 2018
New Revision: 4018

Log:
Typos and removing useless instruction

Modified:
   jhalfs/trunk/CHEATSHEET
   jhalfs/trunk/Config.in
   jhalfs/trunk/common/libs/func_install_blfs

Modified: jhalfs/trunk/CHEATSHEET
==============================================================================
--- jhalfs/trunk/CHEATSHEET     Sat Dec  2 12:34:57 2017        (r4017)
+++ jhalfs/trunk/CHEATSHEET     Sun Jan  7 10:23:51 2018        (r4018)
@@ -6,7 +6,7 @@
 Build in /mnt/lfs (verify you have write access too)
 Clean the build directory before beginning
 Build a kernel, whose configuration is in /home/user/config-4.9.9-lfs-1
-An fstab for the future system si located in /home/user/fstablfs
+An fstab for the future system is located in /home/user/fstablfs
 Run only the critical testsuites
 Settings for a French user
 Run four make jobs in parallel

Modified: jhalfs/trunk/Config.in
==============================================================================
--- jhalfs/trunk/Config.in      Sat Dec  2 12:34:57 2017        (r4017)
+++ jhalfs/trunk/Config.in      Sun Jan  7 10:23:51 2018        (r4018)
@@ -878,7 +878,7 @@
             #    the packages in the final phase are built
             #    in a separate directory, PKG_DEST.
             #    You should provide a bash function for
-            #    packaing and installing the package.
+            #    packaging and installing the package.
             #  - Preload a library before install:
             #    Run the install instructions inside a
             #    wrapper command, which monitors the

Modified: jhalfs/trunk/common/libs/func_install_blfs
==============================================================================
--- jhalfs/trunk/common/libs/func_install_blfs  Sat Dec  2 12:34:57 2017        
(r4017)
+++ jhalfs/trunk/common/libs/func_install_blfs  Sun Jan  7 10:23:51 2018        
(r4018)
@@ -180,7 +180,7 @@
   # line (without '&&'). I  have not found a simple way to delete lines
   # between 2 addresses, excluding either the first or the last one. So use
   # a loop for accumulating lines and deleting at the end.
-  # Sorry for sed synthax.
+  # Sorry for sed syntax.
   sed -i '\@^[[:space:]]*/etc/xml/catalog$@{
 n
 :a
@@ -197,12 +197,6 @@
 if [ "$DEP_SVN" = y ]; then
   sed -i -e /javahl/d -e /swig/d $BUILDDIR$BLFS_ROOT/scripts/*subversion
 fi
-if [ "$DEP_LYNX" = y ]; then
-  if [ "$DEP_OPENSSL" = y -o "$DEP_WGET" = y ]; then
-    sed -e 's/configure/& --with-ssl/' \
-        -i $BUILDDIR$BLFS_ROOT/scripts/*lynx
-  fi
-fi
 # At last generates the build Makefile
 mkdir -p $BUILDDIR$BLFS_ROOT/work
 pushd $BUILDDIR$BLFS_ROOT/work
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to