Changeset afa32da


Ignore:
Timestamp:
05/03/2006 05:28:04 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
c7dbe78
Parents:
261eea6
Message:

Updated paco patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/jhalfs-paco.patch

    r261eea6 rafa32da  
    11Index: LFS/master.sh
    22===================================================================
    3 --- LFS/master.sh       (revision 2606)
     3--- LFS/master.sh       (revision 2625)
    44+++ LFS/master.sh       (working copy)
    5 @@ -183,6 +183,18 @@
     5@@ -179,6 +179,18 @@
    66       *stripping*) [[ "${STRIP}" = "0" ]] && continue ;;
    77     esac
     
    2222     name=`echo ${this_script} | sed -e 's@[0-9]\{3\}-@@'`
    2323 
    24 @@ -225,7 +237,9 @@
     24@@ -221,7 +233,9 @@
    2525     # and not to use chroot.
    2626     case "${this_script}" in
     
    3333 
    3434     # Remove the build directory(ies) except if the package build fails.
    35 @@ -245,6 +259,16 @@
     35@@ -241,6 +255,16 @@
    3636     PREV=${this_script}${N}
    3737     # Set system_build envar for iteration targets
     
    5050 }
    5151 
    52 @@ -306,6 +330,14 @@
     52@@ -302,6 +326,14 @@
    5353                 wrt_run_as_chroot2 "$this_script" "$file"
    5454               fi
     
    6767Index: LFS/lfs.xsl
    6868===================================================================
    69 --- LFS/lfs.xsl (revision 2606)
     69--- LFS/lfs.xsl (revision 2625)
    7070+++ LFS/lfs.xsl (working copy)
    7171@@ -32,6 +32,9 @@
     
    115115Index: BLFS/master.sh
    116116===================================================================
    117 --- BLFS/master.sh      (revision 2606)
     117--- BLFS/master.sh      (revision 2625)
    118118+++ BLFS/master.sh      (working copy)
    119119@@ -79,6 +79,19 @@
     
    137137     # and date and disk usage again at the bottom of the log file.
    138138 (
     139@@ -88,6 +101,7 @@
     140        echo -e "\n\`date\`\n\nKB: \`du -sk --exclude=logs/* /\`\n" >>logs/$this_script
     141 EOF
     142 ) >> $MKFILE
     143+    fi
     144 
     145     # Include a touch of the target name so make can check
     146     # if it's already been made.
    139147Index: BLFS/blfs.xsl
    140148===================================================================
    141 --- BLFS/blfs.xsl       (revision 2606)
     149--- BLFS/blfs.xsl       (revision 2625)
    142150+++ BLFS/blfs.xsl       (working copy)
    143151@@ -159,7 +159,7 @@
     
    168176Index: common/config
    169177===================================================================
    170 --- common/config       (revision 2606)
     178--- common/config       (revision 2625)
    171179+++ common/config       (working copy)
    172180@@ -80,6 +80,14 @@
     
    197205Index: common/func_validate_configs.sh
    198206===================================================================
    199 --- common/func_validate_configs.sh     (revision 2606)
     207--- common/func_validate_configs.sh     (revision 2625)
    200208+++ common/func_validate_configs.sh     (working copy)
    201209@@ -84,10 +84,10 @@
     
    355363Index: common/common-functions
    356364===================================================================
    357 --- common/common-functions     (revision 2606)
     365--- common/common-functions     (revision 2625)
    358366+++ common/common-functions     (working copy)
    359 @@ -59,6 +59,9 @@
     367@@ -60,6 +60,9 @@
    360368         in the configuration file has the proper packages and patches for the
    361369         book version being processed.
     
    367375         Run test suites  [0-3]
    368376           0 = none
    369 @@ -566,6 +569,7 @@
     377@@ -567,6 +570,7 @@
    370378                  --stringparam lc_all $LC_ALL \
    371379                  --stringparam keymap $KEYMAP \
     
    375383       ;;
    376384     lfs)
    377 @@ -577,6 +581,7 @@
     385@@ -578,6 +582,7 @@
    378386                  --stringparam timezone $TIMEZONE \
    379387                  --stringparam page $PAGE \
     
    385393Index: HLFS/hlfs.xsl
    386394===================================================================
    387 --- HLFS/hlfs.xsl       (revision 2606)
     395--- HLFS/hlfs.xsl       (revision 2625)
    388396+++ HLFS/hlfs.xsl       (working copy)
    389397@@ -39,6 +39,9 @@
     
    436444Index: HLFS/master.sh
    437445===================================================================
    438 --- HLFS/master.sh      (revision 2606)
     446--- HLFS/master.sh      (revision 2625)
    439447+++ HLFS/master.sh      (working copy)
    440448@@ -253,6 +253,18 @@
     
    502510Index: master.sh
    503511===================================================================
    504 --- master.sh   (revision 2606)
     512--- master.sh   (revision 2625)
    505513+++ master.sh   (working copy)
    506514@@ -70,6 +70,11 @@
     
    514522+[[ $VERBOSITY > 0 ]] && echo "OK"
    515523 #
    516  [[ $VERBOSITY > 0 ]] && echo "---------------${nl_}"
     524 [[ $VERBOSITY > 0 ]] && echo "${SD_BORDER}${nl_}"
    517525 
    518526@@ -152,6 +157,8 @@
Note: See TracChangeset for help on using the changeset viewer.