Changeset f3ae556


Ignore:
Timestamp:
05/11/2006 08:36:50 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:
5a13801
Parents:
1b65a84
Message:

Rediffied paco patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/jhalfs-paco.patch

    r1b65a84 rf3ae556  
    11Index: LFS/master.sh
    22===================================================================
    3 --- LFS/master.sh       (revision 2646)
     3--- LFS/master.sh       (revision 2677)
    44+++ LFS/master.sh       (working copy)
    5 @@ -179,6 +179,18 @@
     5@@ -180,6 +180,18 @@
    66       *stripping*) [[ "${STRIP}" = "0" ]] && continue ;;
    77     esac
     
    2222     name=`echo ${this_script} | sed -e 's@[0-9]\{3\}-@@'`
    2323 
    24 @@ -221,7 +233,9 @@
     24@@ -223,7 +235,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 @@ -241,6 +255,16 @@
     35@@ -243,6 +257,16 @@
    3636     PREV=${this_script}${N}
    3737     # Set system_build envar for iteration targets
     
    5050 }
    5151 
    52 @@ -302,6 +326,14 @@
     52@@ -304,6 +328,14 @@
    5353                 wrt_run_as_chroot2 "$this_script" "$file"
    5454               fi
     
    6767Index: LFS/lfs.xsl
    6868===================================================================
    69 --- LFS/lfs.xsl (revision 2646)
     69--- LFS/lfs.xsl (revision 2677)
    7070+++ LFS/lfs.xsl (working copy)
    7171@@ -32,6 +32,9 @@
     
    115115Index: BLFS/master.sh
    116116===================================================================
    117 --- BLFS/master.sh      (revision 2646)
     117--- BLFS/master.sh      (revision 2677)
    118118+++ BLFS/master.sh      (working copy)
    119119@@ -79,6 +79,19 @@
     
    147147Index: BLFS/blfs.xsl
    148148===================================================================
    149 --- BLFS/blfs.xsl       (revision 2646)
     149--- BLFS/blfs.xsl       (revision 2677)
    150150+++ BLFS/blfs.xsl       (working copy)
    151151@@ -159,7 +159,7 @@
     
    176176Index: common/config
    177177===================================================================
    178 --- common/config       (revision 2646)
     178--- common/config       (revision 2677)
    179179+++ common/config       (working copy)
    180 @@ -80,6 +80,14 @@
     180@@ -88,6 +88,14 @@
    181181 #--- Run farce testing 0(no)/1(yes)
    182182 RUN_FARCE=0
     
    193193 # Don't edit it unless you know what you are doing
    194194 
    195 @@ -92,3 +100,9 @@
     195@@ -100,3 +108,9 @@
    196196 
    197197 #--- farce report log directory
     
    205205Index: common/func_validate_configs.sh
    206206===================================================================
    207 --- common/func_validate_configs.sh     (revision 2646)
     207--- common/func_validate_configs.sh     (revision 2677)
    208208+++ common/func_validate_configs.sh     (working copy)
    209209@@ -84,10 +84,10 @@
     
    211211 
    212212   # First internal variables, then the ones that change the book's flavour, and lastly system configuration variables
    213 -  local -r blfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE GETPKG         DEPEND                TEST"
    214 -  local -r hlfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE GETPKG RUNMAKE MODEL GRSECURITY_HOST TEST REPORT COMPARE RUN_ICA RUN_FARCE ITERATIONS STRIP FSTAB             CONFIG KEYMAP         PAGE TIMEZONE LANG LC_ALL"
    215 -  local -r clfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE GETPKG RUNMAKE METHOD  ARCH  TARGET  TEST REPORT COMPARE RUN_ICA RUN_FARCE ITERATIONS STRIP FSTAB BOOT_CONFIG CONFIG KEYMAP VIMLANG PAGE TIMEZONE LANG"
    216 -  local -r  lfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE GETPKG RUNMAKE                       TEST REPORT COMPARE RUN_ICA RUN_FARCE ITERATIONS STRIP FSTAB             CONFIG        VIMLANG PAGE TIMEZONE LANG"
    217 +  local -r blfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE USE_PACO GETPKG         DEPEND                TEST"
    218 +  local -r hlfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE USE_PACO GETPKG RUNMAKE MODEL GRSECURITY_HOST TEST REPORT COMPARE RUN_ICA RUN_FARCE ITERATIONS STRIP FSTAB             CONFIG KEYMAP         PAGE TIMEZONE LANG LC_ALL"
    219 +  local -r clfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE USE_PACO GETPKG RUNMAKE METHOD  ARCH  TARGET  TEST REPORT COMPARE RUN_ICA RUN_FARCE ITERATIONS STRIP FSTAB BOOT_CONFIG CONFIG KEYMAP VIMLANG PAGE TIMEZONE LANG"
    220 +  local -r  lfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE USE_PACO GETPKG RUNMAKE                       TEST REPORT COMPARE RUN_ICA RUN_FARCE ITERATIONS STRIP FSTAB             CONFIG        VIMLANG PAGE TIMEZONE LANG"
     213-  local -r blfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE GETPKG         DEPEND                TEST OPTIMIZE"
     214-  local -r hlfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE GETPKG RUNMAKE MODEL GRSECURITY_HOST TEST OPTIMIZE REPORT COMPARE RUN_ICA RUN_FARCE ITERATIONS STRIP FSTAB             CONFIG KEYMAP         PAGE TIMEZONE LANG LC_ALL"
     215-  local -r clfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE GETPKG RUNMAKE METHOD  ARCH  TARGET  TEST OPTIMIZE REPORT COMPARE RUN_ICA RUN_FARCE ITERATIONS STRIP FSTAB BOOT_CONFIG CONFIG KEYMAP VIMLANG PAGE TIMEZONE LANG"
     216-  local -r  lfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE GETPKG RUNMAKE                       TEST OPTIMIZE REPORT COMPARE RUN_ICA RUN_FARCE ITERATIONS STRIP FSTAB             CONFIG        VIMLANG PAGE TIMEZONE LANG"
     217+  local -r blfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE USE_PACO GETPKG         DEPEND                TEST OPTIMIZE"
     218+  local -r hlfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE USE_PACO GETPKG RUNMAKE MODEL GRSECURITY_HOST TEST OPTIMIZE REPORT COMPARE RUN_ICA RUN_FARCE ITERATIONS STRIP FSTAB             CONFIG KEYMAP         PAGE TIMEZONE LANG LC_ALL"
     219+  local -r clfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE USE_PACO GETPKG RUNMAKE METHOD  ARCH  TARGET  TEST OPTIMIZE REPORT COMPARE RUN_ICA RUN_FARCE ITERATIONS STRIP FSTAB BOOT_CONFIG CONFIG KEYMAP VIMLANG PAGE TIMEZONE LANG"
     220+  local -r  lfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE USE_PACO GETPKG RUNMAKE                       TEST OPTIMIZE REPORT COMPARE RUN_ICA RUN_FARCE ITERATIONS STRIP FSTAB             CONFIG        VIMLANG PAGE TIMEZONE LANG"
    221221 
    222222   local -r ERROR_MSG_pt1='The variable \"${L_arrow}${config_param}${R_arrow}\" value ${L_arrow}${BOLD}${!config_param}${R_arrow} is invalid,'
     
    363363Index: common/common-functions
    364364===================================================================
    365 --- common/common-functions     (revision 2646)
     365--- common/common-functions     (revision 2677)
    366366+++ common/common-functions     (working copy)
    367367@@ -65,6 +65,9 @@
     
    372372+        dissables paco logging feature.
    373373+
    374  ${BOLD}  -T, --testsuites N ${OFF}
    375          Run test suites  [0-3]
    376            0 = none
    377 @@ -575,6 +578,7 @@
     374 ${BOLD}  -O, --optimize${OFF}
     375         Optimize [0-2]
     376           0 = no optimization
     377@@ -581,6 +584,7 @@
    378378                  --stringparam lc_all $LC_ALL \
    379379                  --stringparam keymap $KEYMAP \
     
    383383       ;;
    384384     lfs)
    385 @@ -586,6 +590,7 @@
     385@@ -592,6 +596,7 @@
    386386                  --stringparam timezone $TIMEZONE \
    387387                  --stringparam page $PAGE \
     
    393393Index: HLFS/hlfs.xsl
    394394===================================================================
    395 --- HLFS/hlfs.xsl       (revision 2646)
     395--- HLFS/hlfs.xsl       (revision 2677)
    396396+++ HLFS/hlfs.xsl       (working copy)
    397397@@ -39,6 +39,9 @@
     
    444444Index: HLFS/master.sh
    445445===================================================================
    446 --- HLFS/master.sh      (revision 2646)
     446--- HLFS/master.sh      (revision 2677)
    447447+++ HLFS/master.sh      (working copy)
    448 @@ -253,6 +253,18 @@
     448@@ -254,6 +254,18 @@
    449449       *-stripping* )  [[ "$STRIP" = "0" ]] && continue ;;
    450450     esac
     
    465465     name=`echo $this_script | sed -e 's@[0-9]\{3\}-@@'`
    466466 
    467 @@ -322,7 +334,9 @@
     467@@ -324,7 +336,9 @@
    468468         wrt_run_as_root "${this_script}" "${file}"
    469469         ;;
     
    475475     esac
    476476     #
    477 @@ -355,6 +369,16 @@
     477@@ -357,6 +371,16 @@
    478478     PREV=${this_script}${N}
    479479     # Set system_build envar for iteration targets
     
    492492 
    493493 }
    494 @@ -417,6 +441,15 @@
     494@@ -419,6 +443,15 @@
    495495           wrt_run_as_chroot2 "${this_script}" "${file}"
    496496         fi
     
    510510Index: master.sh
    511511===================================================================
    512 --- master.sh   (revision 2646)
     512--- master.sh   (revision 2677)
    513513+++ master.sh   (working copy)
    514514@@ -147,6 +147,8 @@
     
    518518+    --no-paco )            USE_PACO=0    ;;
    519519+
    520      --testsuites | -T )
     520     --optimize | -O )
    521521       test $# = 1 && eval "$exit_missing_arg"
    522522       shift
    523 @@ -448,6 +450,15 @@
    524    [[ $? > 0 ]] && echo "$COMMON_DIR/func_compare.sh did not load.." && exit
     523@@ -464,6 +466,14 @@
    525524   [[ $VERBOSITY > 0 ]] && echo "OK"
    526525 fi
    527 +#
     526 #
    528527+# paco module
    529528+if [[ "$USE_PACO" = "1" ]]; then
     
    534533+fi
    535534+#
    536  
    537  # Prevents setting "-d /" by mistake.
    538  
    539 @@ -472,6 +483,15 @@
     535 # optimize module
     536 if [[ "$OPTIMIZE" != "0" ]]; then
     537   [[ $VERBOSITY > 0 ]] && echo -n "Loading optimization module..."
     538@@ -507,6 +517,15 @@
    540539 
    541540 if [[ "$PWD" != "$JHALFSDIR" ]]; then
     
    550549+    fi
    551550+  fi
     551   [[ "$OPTIMIZE" != "0" ]] && cp optimize/opt_override $JHALFSDIR/
    552552   if [[ "$COMPARE" != "0" ]] ; then
    553553     mkdir -p $JHALFSDIR/extras
    554      cp extras/* $JHALFSDIR/extras
Note: See TracChangeset for help on using the changeset viewer.