Changeset bcfb3bf for LFS/lfs.xsl


Ignore:
Timestamp:
10/28/2008 01:58:19 PM (16 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
2.3, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
2c04c28
Parents:
e818106
Message:

LFS changed to linux headers install, change xsl to handle. 6.3 and svn only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    re818106 rbcfb3bf  
    146146      <xsl:when test="string() = 'make mrproper'">
    147147        <xsl:text>make mrproper&#xA;</xsl:text>
    148         <xsl:text>cp -v ../kernel-config .config&#xA;</xsl:text>
     148                <xsl:if test="ancestor::sect1[@id='ch-bootable-kernel']">
     149          <xsl:text>cp -v ../kernel-config .config&#xA;</xsl:text>
     150        </xsl:if>
    149151      </xsl:when>
    150152      <!-- The Bash, Coreutils, and Module-Init-Tools test suites are optional -->
Note: See TracChangeset for help on using the changeset viewer.