Redified paco patch to apply cleanly against current trunk code.
This commit is contained in:
parent
71445e78f8
commit
34d4860f6b
1 changed files with 14 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
||||||
Index: LFS/master.sh
|
Index: LFS/master.sh
|
||||||
===================================================================
|
===================================================================
|
||||||
--- LFS/master.sh (revision 2542)
|
--- LFS/master.sh (revision 2552)
|
||||||
+++ LFS/master.sh (working copy)
|
+++ LFS/master.sh (working copy)
|
||||||
@@ -158,6 +158,13 @@
|
@@ -158,6 +158,13 @@
|
||||||
*stripping*) [[ "${STRIP}" = "0" ]] && continue ;;
|
*stripping*) [[ "${STRIP}" = "0" ]] && continue ;;
|
||||||
|
@ -59,7 +59,7 @@ Index: LFS/master.sh
|
||||||
esac
|
esac
|
||||||
Index: LFS/lfs.xsl
|
Index: LFS/lfs.xsl
|
||||||
===================================================================
|
===================================================================
|
||||||
--- LFS/lfs.xsl (revision 2542)
|
--- LFS/lfs.xsl (revision 2552)
|
||||||
+++ LFS/lfs.xsl (working copy)
|
+++ LFS/lfs.xsl (working copy)
|
||||||
@@ -32,6 +32,9 @@
|
@@ -32,6 +32,9 @@
|
||||||
<!-- Locale settings -->
|
<!-- Locale settings -->
|
||||||
|
@ -107,7 +107,7 @@ Index: LFS/lfs.xsl
|
||||||
<xsl:apply-templates/>
|
<xsl:apply-templates/>
|
||||||
Index: BLFS/master.sh
|
Index: BLFS/master.sh
|
||||||
===================================================================
|
===================================================================
|
||||||
--- BLFS/master.sh (revision 2542)
|
--- BLFS/master.sh (revision 2552)
|
||||||
+++ BLFS/master.sh (working copy)
|
+++ BLFS/master.sh (working copy)
|
||||||
@@ -79,6 +79,19 @@
|
@@ -79,6 +79,19 @@
|
||||||
EOF
|
EOF
|
||||||
|
@ -131,7 +131,7 @@ Index: BLFS/master.sh
|
||||||
(
|
(
|
||||||
Index: BLFS/blfs.xsl
|
Index: BLFS/blfs.xsl
|
||||||
===================================================================
|
===================================================================
|
||||||
--- BLFS/blfs.xsl (revision 2542)
|
--- BLFS/blfs.xsl (revision 2552)
|
||||||
+++ BLFS/blfs.xsl (working copy)
|
+++ BLFS/blfs.xsl (working copy)
|
||||||
@@ -159,7 +159,7 @@
|
@@ -159,7 +159,7 @@
|
||||||
<xsl:when test="@role = 'nodump'"/>
|
<xsl:when test="@role = 'nodump'"/>
|
||||||
|
@ -144,7 +144,7 @@ Index: BLFS/blfs.xsl
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
Index: common/config
|
Index: common/config
|
||||||
===================================================================
|
===================================================================
|
||||||
--- common/config (revision 2542)
|
--- common/config (revision 2552)
|
||||||
+++ common/config (working copy)
|
+++ common/config (working copy)
|
||||||
@@ -58,6 +58,23 @@
|
@@ -58,6 +58,23 @@
|
||||||
# Not used in LFS
|
# Not used in LFS
|
||||||
|
@ -172,9 +172,9 @@ Index: common/config
|
||||||
RUN_ICA=0
|
RUN_ICA=0
|
||||||
Index: common/func_validate_configs.sh
|
Index: common/func_validate_configs.sh
|
||||||
===================================================================
|
===================================================================
|
||||||
--- common/func_validate_configs.sh (revision 2542)
|
--- common/func_validate_configs.sh (revision 2552)
|
||||||
+++ common/func_validate_configs.sh (working copy)
|
+++ common/func_validate_configs.sh (working copy)
|
||||||
@@ -85,10 +85,10 @@
|
@@ -83,10 +83,10 @@
|
||||||
inline_doc
|
inline_doc
|
||||||
|
|
||||||
# First internal variables, then the ones that change the book's flavour, and lastly system configuration variables
|
# First internal variables, then the ones that change the book's flavour, and lastly system configuration variables
|
||||||
|
@ -189,7 +189,7 @@ Index: common/func_validate_configs.sh
|
||||||
|
|
||||||
local -r ERROR_MSG_pt1='The variable \"${L_arrow}${config_param}${R_arrow}\" value ${L_arrow}${BOLD}${!config_param}${R_arrow} is invalid,'
|
local -r ERROR_MSG_pt1='The variable \"${L_arrow}${config_param}${R_arrow}\" value ${L_arrow}${BOLD}${!config_param}${R_arrow} is invalid,'
|
||||||
local -r ERROR_MSG_pt2=' check the config file ${BOLD}${GREEN}\<$(echo $PROGNAME | tr [a-z] [A-Z])/config\> or \<common/config\>${OFF}'
|
local -r ERROR_MSG_pt2=' check the config file ${BOLD}${GREEN}\<$(echo $PROGNAME | tr [a-z] [A-Z])/config\> or \<common/config\>${OFF}'
|
||||||
@@ -130,6 +130,7 @@
|
@@ -128,6 +128,7 @@
|
||||||
continue ;;
|
continue ;;
|
||||||
TIMEZONE) continue;;
|
TIMEZONE) continue;;
|
||||||
MKFILE) continue;;
|
MKFILE) continue;;
|
||||||
|
@ -330,7 +330,7 @@ Index: common/paco-build.sh
|
||||||
+make logme
|
+make logme
|
||||||
Index: common/common-functions
|
Index: common/common-functions
|
||||||
===================================================================
|
===================================================================
|
||||||
--- common/common-functions (revision 2542)
|
--- common/common-functions (revision 2552)
|
||||||
+++ common/common-functions (working copy)
|
+++ common/common-functions (working copy)
|
||||||
@@ -60,6 +60,9 @@
|
@@ -60,6 +60,9 @@
|
||||||
in the configuration file has the proper packages and patches for the
|
in the configuration file has the proper packages and patches for the
|
||||||
|
@ -360,7 +360,7 @@ Index: common/common-functions
|
||||||
blfs)
|
blfs)
|
||||||
Index: HLFS/hlfs.xsl
|
Index: HLFS/hlfs.xsl
|
||||||
===================================================================
|
===================================================================
|
||||||
--- HLFS/hlfs.xsl (revision 2542)
|
--- HLFS/hlfs.xsl (revision 2552)
|
||||||
+++ HLFS/hlfs.xsl (working copy)
|
+++ HLFS/hlfs.xsl (working copy)
|
||||||
@@ -39,6 +39,9 @@
|
@@ -39,6 +39,9 @@
|
||||||
<xsl:param name="lang" select="en_CA"/>
|
<xsl:param name="lang" select="en_CA"/>
|
||||||
|
@ -411,7 +411,7 @@ Index: HLFS/hlfs.xsl
|
||||||
<xsl:apply-templates/>
|
<xsl:apply-templates/>
|
||||||
Index: HLFS/master.sh
|
Index: HLFS/master.sh
|
||||||
===================================================================
|
===================================================================
|
||||||
--- HLFS/master.sh (revision 2542)
|
--- HLFS/master.sh (revision 2552)
|
||||||
+++ HLFS/master.sh (working copy)
|
+++ HLFS/master.sh (working copy)
|
||||||
@@ -318,6 +318,13 @@
|
@@ -318,6 +318,13 @@
|
||||||
*) ;;
|
*) ;;
|
||||||
|
@ -470,7 +470,7 @@ Index: HLFS/master.sh
|
||||||
;;
|
;;
|
||||||
Index: master.sh
|
Index: master.sh
|
||||||
===================================================================
|
===================================================================
|
||||||
--- master.sh (revision 2542)
|
--- master.sh (revision 2552)
|
||||||
+++ master.sh (working copy)
|
+++ master.sh (working copy)
|
||||||
@@ -66,6 +66,11 @@
|
@@ -66,6 +66,11 @@
|
||||||
source $MODULE
|
source $MODULE
|
||||||
|
@ -484,7 +484,7 @@ Index: master.sh
|
||||||
#
|
#
|
||||||
[[ $VERBOSITY > 0 ]] && echo "---------------${nl_}"
|
[[ $VERBOSITY > 0 ]] && echo "---------------${nl_}"
|
||||||
|
|
||||||
@@ -146,6 +151,8 @@
|
@@ -149,6 +154,8 @@
|
||||||
|
|
||||||
--help | -h ) usage | more && exit ;;
|
--help | -h ) usage | more && exit ;;
|
||||||
|
|
||||||
|
@ -493,7 +493,7 @@ Index: master.sh
|
||||||
--testsuites | -T )
|
--testsuites | -T )
|
||||||
test $# = 1 && eval "$exit_missing_arg"
|
test $# = 1 && eval "$exit_missing_arg"
|
||||||
shift
|
shift
|
||||||
@@ -455,6 +462,15 @@
|
@@ -454,6 +461,15 @@
|
||||||
|
|
||||||
if [[ "$PWD" != "$JHALFSDIR" ]]; then
|
if [[ "$PWD" != "$JHALFSDIR" ]]; then
|
||||||
cp $COMMON_DIR/makefile-functions $JHALFSDIR/
|
cp $COMMON_DIR/makefile-functions $JHALFSDIR/
|
||||||
|
|
Reference in a new issue