Rediffied paco patch.

This commit is contained in:
Manuel Canales Esparcia 2006-07-23 08:37:44 +00:00
parent 3dc772921f
commit a708b152bc

View file

@ -1,6 +1,6 @@
Index: LFS/master.sh
===================================================================
--- LFS/master.sh (revision 2818)
--- LFS/master.sh (revision 2829)
+++ LFS/master.sh (working copy)
@@ -176,6 +176,11 @@
# Keep the script file name
@ -82,7 +82,7 @@ Index: LFS/master.sh
Index: LFS/lfs.xsl
===================================================================
--- LFS/lfs.xsl (revision 2818)
--- LFS/lfs.xsl (revision 2829)
+++ LFS/lfs.xsl (working copy)
@@ -32,6 +32,9 @@
<!-- Locale settings -->
@ -147,7 +147,7 @@ Index: common/paco-build-hlfs.sh
+make logme
Index: common/config
===================================================================
--- common/config (revision 2818)
--- common/config (revision 2829)
+++ common/config (working copy)
@@ -86,6 +86,14 @@
#--- Run farce testing 0(no)/1(yes)
@ -176,7 +176,7 @@ Index: common/config
+LD_PRELOAD=/usr/lib/libpaco-log.so
Index: common/func_validate_configs.sh
===================================================================
--- common/func_validate_configs.sh (revision 2818)
--- common/func_validate_configs.sh (revision 2829)
+++ common/func_validate_configs.sh (working copy)
@@ -84,9 +84,9 @@
inline_doc
@ -430,9 +430,9 @@ Index: common/paco-build-lfs.sh
+make logme
Index: common/common-functions
===================================================================
--- common/common-functions (revision 2818)
--- common/common-functions (revision 2829)
+++ common/common-functions (working copy)
@@ -65,6 +65,9 @@
@@ -69,6 +69,9 @@
in the configuration file has the proper packages and patches for the
book version being processed.
@ -442,7 +442,7 @@ Index: common/common-functions
${BOLD} -O, --optimize${OFF}
Optimize [0-2]
0 = no optimization
@@ -732,6 +735,7 @@
@@ -733,6 +736,7 @@
--stringparam lc_all $LC_ALL \
--stringparam keymap $KEYMAP \
--stringparam grsecurity_host $GRSECURITY_HOST \
@ -450,7 +450,7 @@ Index: common/common-functions
-o ./${PROGNAME}-commands/ $XSL $BOOK/index.xml >>$LOGDIR/$LOG 2>&1
;;
lfs)
@@ -743,6 +747,7 @@
@@ -744,6 +748,7 @@
--stringparam timezone $TIMEZONE \
--stringparam page $PAGE \
--stringparam lang $LANG \
@ -460,7 +460,7 @@ Index: common/common-functions
*) exit 1 ;;
Index: HLFS/hlfs.xsl
===================================================================
--- HLFS/hlfs.xsl (revision 2818)
--- HLFS/hlfs.xsl (revision 2829)
+++ HLFS/hlfs.xsl (working copy)
@@ -39,6 +39,9 @@
<xsl:param name="lang" select="C"/>
@ -511,7 +511,7 @@ Index: HLFS/hlfs.xsl
<xsl:apply-templates/>
Index: HLFS/master.sh
===================================================================
--- HLFS/master.sh (revision 2818)
--- HLFS/master.sh (revision 2829)
+++ HLFS/master.sh (working copy)
@@ -250,6 +250,11 @@
# Keep the script file name
@ -593,9 +593,9 @@ Index: HLFS/master.sh
Index: master.sh
===================================================================
--- master.sh (revision 2818)
--- master.sh (revision 2829)
+++ master.sh (working copy)
@@ -148,6 +148,8 @@
@@ -149,6 +149,8 @@
--help | -h ) usage | more && exit ;;
@ -604,7 +604,7 @@ Index: master.sh
--optimize | -O )
test $# = 1 && eval "$exit_missing_arg"
shift
@@ -439,6 +441,14 @@
@@ -440,6 +442,14 @@
[[ $VERBOSITY > 0 ]] && echo "OK"
fi
#
@ -619,7 +619,7 @@ Index: master.sh
# optimize module
if [[ "$OPTIMIZE" != "0" ]]; then
[[ $VERBOSITY > 0 ]] && echo -n "Loading optimization module..."
@@ -485,6 +495,8 @@
@@ -486,6 +496,8 @@
if [[ "$PWD" != "$JHALFSDIR" ]]; then
cp $COMMON_DIR/{makefile-functions,progress_bar.sh} $JHALFSDIR/
#