Changeset a2c9b41


Ignore:
Timestamp:
06/23/2006 06:39: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:
1ff6768
Parents:
dd29d02
Message:

Rediffied paco patch.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • README.PACO

    rdd29d02 ra2c9b41  
    44#                                         #
    55###########################################
     6
     7
     8WARNING: AT THIS MOMENT THE PACO PATCH IS BROKEN
     9================================================
    610
    711
  • contrib/jhalfs-paco.patch

    rdd29d02 ra2c9b41  
    11Index: LFS/master.sh
    22===================================================================
    3 --- LFS/master.sh       (revision 2769)
     3--- LFS/master.sh       (revision 2804)
    44+++ LFS/master.sh       (working copy)
    5 @@ -182,6 +182,11 @@
     5@@ -176,6 +176,11 @@
    66     # Keep the script file name
    77     this_script=`basename $file`
     
    1515     # dependencies and target creation.
    1616     case "${this_script}" in
    17 @@ -189,6 +194,18 @@
     17@@ -183,6 +188,18 @@
    1818       *stripping*) [[ "${STRIP}" = "0" ]] && continue ;;
    1919     esac
     
    3434     name=`echo ${this_script} | sed -e 's@[0-9]\{3\}-@@'`
    3535 
    36 @@ -242,7 +259,9 @@
     36@@ -235,7 +252,9 @@
    3737     # and not to use chroot.
    3838     case "${this_script}" in
     
    4545 
    4646     # Remove the build directory(ies) except if the package build fails.
    47 @@ -262,6 +281,16 @@
     47@@ -255,6 +274,16 @@
    4848     PREV=${this_script}${N}
    4949     # Set system_build envar for iteration targets
     
    6262 }
    6363 
    64 @@ -322,8 +351,18 @@
     64@@ -315,8 +344,18 @@
    6565               else
    6666                 wrt_run_as_chroot2 "$this_script" "$file"
     
    8383Index: LFS/lfs.xsl
    8484===================================================================
    85 --- LFS/lfs.xsl (revision 2769)
     85--- LFS/lfs.xsl (revision 2804)
    8686+++ LFS/lfs.xsl (working copy)
    8787@@ -32,6 +32,9 @@
     
    148148Index: common/config
    149149===================================================================
    150 --- common/config       (revision 2769)
     150--- common/config       (revision 2804)
    151151+++ common/config       (working copy)
    152 @@ -84,6 +84,14 @@
     152@@ -86,6 +86,14 @@
    153153 #--- Run farce testing 0(no)/1(yes)
    154154 RUN_FARCE=0
     
    165165 # Don't edit it unless you know what you are doing
    166166 
    167 @@ -101,3 +109,9 @@
     167@@ -103,3 +111,9 @@
    168168 
    169169 #--- farce report log directory
     
    177177Index: common/func_validate_configs.sh
    178178===================================================================
    179 --- common/func_validate_configs.sh     (revision 2769)
     179--- common/func_validate_configs.sh     (revision 2804)
    180180+++ common/func_validate_configs.sh     (working copy)
    181181@@ -84,9 +84,9 @@
     
    433433Index: common/common-functions
    434434===================================================================
    435 --- common/common-functions     (revision 2769)
     435--- common/common-functions     (revision 2804)
    436436+++ common/common-functions     (working copy)
    437437@@ -65,6 +65,9 @@
     
    445445         Optimize [0-2]
    446446           0 = no optimization
    447 @@ -645,6 +648,7 @@
     447@@ -658,6 +661,7 @@
    448448                  --stringparam lc_all $LC_ALL \
    449449                  --stringparam keymap $KEYMAP \
     
    453453       ;;
    454454     lfs)
    455 @@ -656,6 +660,7 @@
     455@@ -669,6 +673,7 @@
    456456                  --stringparam timezone $TIMEZONE \
    457457                  --stringparam page $PAGE \
     
    463463Index: HLFS/hlfs.xsl
    464464===================================================================
    465 --- HLFS/hlfs.xsl       (revision 2769)
     465--- HLFS/hlfs.xsl       (revision 2804)
    466466+++ HLFS/hlfs.xsl       (working copy)
    467467@@ -39,6 +39,9 @@
     
    514514Index: HLFS/master.sh
    515515===================================================================
    516 --- HLFS/master.sh      (revision 2769)
     516--- HLFS/master.sh      (revision 2804)
    517517+++ HLFS/master.sh      (working copy)
    518 @@ -259,6 +259,11 @@
     518@@ -250,6 +250,11 @@
    519519     # Keep the script file name
    520520     this_script=`basename $file`
     
    528528     case $this_script in
    529529         # We'll run the chroot commands differently than the others, so skip them in the
    530 @@ -268,6 +273,18 @@
     530@@ -259,6 +264,18 @@
    531531       *-stripping* )  [[ "$STRIP" = "0" ]] && continue ;;
    532532     esac
     
    547547     name=`echo $this_script | sed -e 's@[0-9]\{3\}-@@'`
    548548 
    549 @@ -348,7 +365,9 @@
     549@@ -334,7 +351,9 @@
    550550         wrt_run_as_root "${this_script}" "${file}"
    551551         ;;
     
    557557     esac
    558558     #
    559 @@ -381,6 +400,16 @@
     559@@ -367,6 +386,16 @@
    560560     PREV=${this_script}${N}
    561561     # Set system_build envar for iteration targets
     
    574574 
    575575 }
    576 @@ -442,9 +471,20 @@
     576@@ -426,9 +455,20 @@
    577577         else  # Initialize the log and run the script
    578578           wrt_run_as_chroot2 "${this_script}" "${file}"
     
    597597Index: master.sh
    598598===================================================================
    599 --- master.sh   (revision 2769)
     599--- master.sh   (revision 2804)
    600600+++ master.sh   (working copy)
    601601@@ -148,6 +148,8 @@
Note: See TracChangeset for help on using the changeset viewer.