[alfs-log] r4027 - jhalfs/trunk

2018-01-13 Thread pierre
Author: pierre
Date: Sat Jan 13 01:34:57 2018
New Revision: 4027

Log:
Missing quote in Config.in

Modified:
   jhalfs/trunk/Config.in

Modified: jhalfs/trunk/Config.in
==
--- jhalfs/trunk/Config.in  Sat Jan 13 01:08:56 2018(r4026)
+++ jhalfs/trunk/Config.in  Sat Jan 13 01:34:57 2018(r4027)
@@ -932,7 +932,7 @@
 depends on !BOOK_CLFS3
 
 configDEL_LA_FILES
-bool "Remove libtool .la files
+bool "Remove libtool .la files"
 default y
 help
 #-- Remove files libxxx.la installed by libtool. For a rationale
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page


[alfs-log] r4026 - in jhalfs/trunk: . BLFS/libs BLFS/xsl CLFS LFS common common/libs custom/examples custom/examples_CLFS-E menu/lxdialog pkgmngt

2018-01-13 Thread pierre
Author: pierre
Date: Sat Jan 13 01:08:56 2018
New Revision: 4026

Log:
Remove spaces at the end of lines

Modified:
   jhalfs/trunk/BLFS/libs/func_dependencies
   jhalfs/trunk/BLFS/xsl/gen_pkg_list.xsl
   jhalfs/trunk/BLFS/xsl/make_book.xsl
   jhalfs/trunk/CLFS/master.sh
   jhalfs/trunk/FUNCTION_LIST
   jhalfs/trunk/LFS/lfs.xsl
   jhalfs/trunk/LFS/master.sh
   jhalfs/trunk/README
   jhalfs/trunk/README.BLFS
   jhalfs/trunk/README.PACKAGE_MANAGEMENT
   jhalfs/trunk/common/common-functions
   jhalfs/trunk/common/hostreqs.xsl
   jhalfs/trunk/common/libs/func_check_version.sh
   jhalfs/trunk/custom/examples/960-pppd
   jhalfs/trunk/custom/examples/964-dhcpcd
   jhalfs/trunk/custom/examples/998-syslinux
   jhalfs/trunk/custom/examples_CLFS-E/960-iptables
   jhalfs/trunk/menu/lxdialog/BIG.FAT.WARNING
   jhalfs/trunk/pkgmngt/packInstall.sh.template

Modified: jhalfs/trunk/BLFS/libs/func_dependencies
==
--- jhalfs/trunk/BLFS/libs/func_dependenciesFri Jan 12 11:04:19 2018
(r4025)
+++ jhalfs/trunk/BLFS/libs/func_dependenciesSat Jan 13 01:08:56 2018
(r4026)
@@ -128,7 +128,7 @@
 # Has this entry already been seen?
   if [ -f ${id_of_dep}.dep ]; then # found ${id_of_dep}.dep already in tree
 otherlink=($(head -n 1 ${id_of_dep}.dep))
-if [ -z "${otherlink[*]}" ] 
+if [ -z "${otherlink[*]}" ]
   then echo otherlink empty for $id_of_dep.dep
   echo This should not happen, but happens to happen...
   exit 1

Modified: jhalfs/trunk/BLFS/xsl/gen_pkg_list.xsl
==
--- jhalfs/trunk/BLFS/xsl/gen_pkg_list.xsl  Fri Jan 12 11:04:19 2018
(r4025)
+++ jhalfs/trunk/BLFS/xsl/gen_pkg_list.xsl  Sat Jan 13 01:08:56 2018
(r4026)
@@ -194,7 +194,7 @@
 select="descendant::node()[contains(translate(@xreflabel,
  '123456789',
  '0'),
-'-0')
+'-0')
   ]"
 mode="normal">
 

Modified: jhalfs/trunk/BLFS/xsl/make_book.xsl
==
--- jhalfs/trunk/BLFS/xsl/make_book.xsl Fri Jan 12 11:04:19 2018(r4025)
+++ jhalfs/trunk/BLFS/xsl/make_book.xsl Sat Jan 13 01:08:56 2018(r4026)
@@ -151,9 +151,9 @@
   
 

+  @linkend='systemd-units'">
 
-   
+  
   
  (in full book)
   
@@ -292,7 +292,7 @@
   
 
  
+ as for perl modules. Just easier because always perl standard -->
   
 
   

Modified: jhalfs/trunk/CLFS/master.sh
==
--- jhalfs/trunk/CLFS/master.sh Fri Jan 12 11:04:19 2018(r4025)
+++ jhalfs/trunk/CLFS/master.sh Sat Jan 13 01:08:56 2018(r4026)
@@ -828,7 +828,7 @@
 this_script=`basename $file`
 
 case $this_script in
-  *choose)   continue ;; # This is not a script but a commentary. 
+  *choose)   continue ;; # This is not a script but a commentary.
   *dhcp)continue ;; # Assume static networking.
   *dhcpcd)continue ;; # Assume static networking.
   *)  ;;
@@ -1015,7 +1015,7 @@
 # Add the iterations targets, if needed
   [[ "$COMPARE" = "y" ]] && wrt_compare_targets
   bootscripts_Makefiles  # mk_BOOTSCRIPT (CHROOT) $bootscripttools
-  if [ -d network ]; then 
+  if [ -d network ]; then
  network_Makefiles   # If present, process network setup.
   fi
   bootable_Makefiles # mk_BOOTABLE   (CHROOT) $bootabletools

Modified: jhalfs/trunk/FUNCTION_LIST
==
--- jhalfs/trunk/FUNCTION_LIST  Fri Jan 12 11:04:19 2018(r4025)
+++ jhalfs/trunk/FUNCTION_LIST  Sat Jan 13 01:08:56 2018(r4026)
@@ -39,7 +39,7 @@
 From common/libs/func_download_pkgs.
 Description: Runs xsltproc with stylesheet urls.xsl on chapter 3 of the
 book. Add BLFS dependencies and custom dependencies if `BLFS_TOOLS' is `y'
-and `CUSTOM_TOOLS' is `y' respectively. 
+and `CUSTOM_TOOLS' is `y' respectively.
 Called by: get_sources
 --
 wrt_CustomTools_target():
@@ -68,7 +68,7 @@
 to stdout.
 Implements the behavior described in README.CUSTOM, that is, if script_name
 begins with d-, strip that part.
-Called by: various functions in master.sh 
+Called by: various functions in master.sh
 --
 LUSER_wrt_target():
 From common/libs/func_wrt_Makefile.
@@ -128,67 +128,67 @@