Changeset f0f60d0


Ignore:
Timestamp:
10/09/2005 05:53:54 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
0.2, 1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
6e31ef7
Parents:
898f47a
Message:

The kernel config file must be put in place after "make mrproper" to work.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dump-lfs-scripts.xsl

    r898f47a rf0f60d0  
    9393  <xsl:template match="userinput" mode="screen">
    9494    <xsl:choose>
     95      <xsl:when test="string() = 'make mrproper'">
     96        <xsl:text>make mrproper &amp;&amp;&#xA;</xsl:text>
     97        <xsl:text>cp -v ../kernel-config .config &amp;&amp;&#xA;</xsl:text>
     98      </xsl:when>
    9599      <xsl:when test="contains(string(),'tar.gz')">
    96100        <xsl:value-of select="substring-before(string(),'tar.gz')"/>
  • jhalfs

    r898f47a rf0f60d0  
    705705(
    706706    cat << EOF
    707         @source envars && cp $CONFIG \$(LFS)\$(PKGDIR)/.config
     707        @cp $CONFIG \$(LFS)/sources/kernel-config
    708708EOF
    709709) >> $MKFILE.tmp
Note: See TracChangeset for help on using the changeset viewer.