Changeset c665386


Ignore:
Timestamp:
06/04/2006 06:08:02 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:
cee9568
Parents:
a229600
Message:

Rediffied paco patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/jhalfs-paco.patch

    ra229600 rc665386  
    11Index: LFS/master.sh
    22===================================================================
    3 --- LFS/master.sh       (revision 2743)
     3--- LFS/master.sh       (revision 2752)
    44+++ LFS/master.sh       (working copy)
    5 @@ -173,6 +173,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 @@ -180,6 +185,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 @@ -223,7 +240,9 @@
     36@@ -236,7 +253,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 @@ -243,6 +262,16 @@
     47@@ -256,6 +275,16 @@
    4848     PREV=${this_script}${N}
    4949     # Set system_build envar for iteration targets
     
    6262 }
    6363 
    64 @@ -303,8 +332,18 @@
     64@@ -316,8 +345,18 @@
    6565               else
    6666                 wrt_run_as_chroot2 "$this_script" "$file"
     
    8383Index: LFS/lfs.xsl
    8484===================================================================
    85 --- LFS/lfs.xsl (revision 2743)
     85--- LFS/lfs.xsl (revision 2752)
    8686+++ LFS/lfs.xsl (working copy)
    8787@@ -32,6 +32,9 @@
    8888   <!-- Locale settings -->
    89    <xsl:param name="lang" select="en_CA"/>
     89   <xsl:param name="lang" select="C"/>
    9090 
    9191+  <!-- Use paco? -->
     
    9595     <xsl:apply-templates select="//sect1"/>
    9696   </xsl:template>
    97 @@ -190,6 +193,33 @@
     97@@ -200,6 +203,33 @@
    9898         <xsl:apply-templates/>
    9999         <xsl:text> || true&#xA;</xsl:text>
     
    148148Index: common/config
    149149===================================================================
    150 --- common/config       (revision 2743)
     150--- common/config       (revision 2752)
    151151+++ common/config       (working copy)
    152152@@ -84,6 +84,14 @@
     
    165165 # Don't edit it unless you know what you are doing
    166166 
    167 @@ -100,3 +108,9 @@
     167@@ -101,3 +109,9 @@
    168168 
    169169 #--- farce report log directory
     
    177177Index: common/func_validate_configs.sh
    178178===================================================================
    179 --- common/func_validate_configs.sh     (revision 2743)
     179--- common/func_validate_configs.sh     (revision 2752)
    180180+++ common/func_validate_configs.sh     (working copy)
    181181@@ -84,9 +84,9 @@
     
    433433Index: common/common-functions
    434434===================================================================
    435 --- common/common-functions     (revision 2743)
     435--- common/common-functions     (revision 2752)
    436436+++ common/common-functions     (working copy)
    437437@@ -65,6 +65,9 @@
     
    445445         Optimize [0-2]
    446446           0 = no optimization
    447 @@ -607,6 +610,7 @@
     447@@ -631,6 +634,7 @@
    448448                  --stringparam lc_all $LC_ALL \
    449449                  --stringparam keymap $KEYMAP \
     
    453453       ;;
    454454     lfs)
    455 @@ -618,6 +622,7 @@
     455@@ -642,6 +646,7 @@
    456456                  --stringparam timezone $TIMEZONE \
    457457                  --stringparam page $PAGE \
     
    463463Index: HLFS/hlfs.xsl
    464464===================================================================
    465 --- HLFS/hlfs.xsl       (revision 2743)
     465--- HLFS/hlfs.xsl       (revision 2752)
    466466+++ HLFS/hlfs.xsl       (working copy)
    467467@@ -39,6 +39,9 @@
    468    <xsl:param name="lang" select="en_CA"/>
    469    <xsl:param name="lc_all" select="en_CA"/>
     468   <xsl:param name="lang" select="C"/>
     469   <xsl:param name="lc_all" select="C"/>
    470470 
    471471+  <!-- Use paco? -->
     
    486486         <xsl:text>cd ../blfs-bootscripts-&blfs-bootscripts-version;&#xA;</xsl:text>
    487487       </xsl:when>
    488 @@ -248,6 +255,25 @@
     488@@ -257,6 +264,25 @@
    489489         <xsl:apply-templates/>
    490490         <xsl:text> || true&#xA;</xsl:text>
     
    514514Index: HLFS/master.sh
    515515===================================================================
    516 --- HLFS/master.sh      (revision 2743)
     516--- HLFS/master.sh      (revision 2752)
    517517+++ HLFS/master.sh      (working copy)
    518 @@ -250,6 +250,11 @@
     518@@ -253,6 +253,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 @@ -259,6 +264,18 @@
     530@@ -262,6 +267,18 @@
    531531       *-stripping* )  [[ "$STRIP" = "0" ]] && continue ;;
    532532     esac
     
    547547     name=`echo $this_script | sed -e 's@[0-9]\{3\}-@@'`
    548548 
    549 @@ -329,7 +346,9 @@
     549@@ -342,7 +359,9 @@
    550550         wrt_run_as_root "${this_script}" "${file}"
    551551         ;;
     
    557557     esac
    558558     #
    559 @@ -362,6 +381,16 @@
     559@@ -375,6 +394,16 @@
    560560     PREV=${this_script}${N}
    561561     # Set system_build envar for iteration targets
     
    574574 
    575575 }
    576 @@ -423,9 +452,20 @@
     576@@ -436,9 +465,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 2743)
     599--- master.sh   (revision 2752)
    600600+++ master.sh   (working copy)
    601 @@ -147,6 +147,8 @@
     601@@ -148,6 +148,8 @@
    602602 
    603603     --help | -h )  usage | more && exit  ;;
     
    608608       test $# = 1 && eval "$exit_missing_arg"
    609609       shift
    610 @@ -438,6 +440,14 @@
     610@@ -439,6 +441,14 @@
    611611   [[ $VERBOSITY > 0 ]] && echo "OK"
    612612 fi
     
    623623 if [[ "$OPTIMIZE" != "0" ]]; then
    624624   [[ $VERBOSITY > 0 ]] && echo -n "Loading optimization module..."
    625 @@ -482,6 +492,9 @@
    626  #
     625@@ -485,6 +495,8 @@
    627626 if [[ "$PWD" != "$JHALFSDIR" ]]; then
    628627   cp $COMMON_DIR/{makefile-functions,progress_bar.sh} $JHALFSDIR/
    629 +  #
     628   #
    630629+  [[ $USE_PACO != "0" ]] && cp $COMMON_DIR/paco-build-$PROGNAME.sh $JHALFSDIR/
    631630+  #
    632631   [[ "$OPTIMIZE" != "0" ]] && cp optimize/opt_override $JHALFSDIR/
     632   #
    633633   if [[ "$COMPARE" != "0" ]] ; then
    634      mkdir -p $JHALFSDIR/extras
Note: See TracChangeset for help on using the changeset viewer.