Changeset 9a4f673


Ignore:
Timestamp:
03/23/2006 06:17:47 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
62033d2
Parents:
bc54cbe
Message:

'make olconfig' is'n needed if the .config file is the proper one.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CLFS/clfs.xsl

    rbc54cbe r9a4f673  
    163163        </xsl:if>
    164164      </xsl:when>
     165      <!-- No interactive commands are needed if the .config file is the proper one -->
     166      <xsl:when test="contains(string(),'menuconfig')"/>
    165167      <!-- The Coreutils and Module-Init-Tools test suites are optional -->
    166168      <xsl:when test="($testsuite = '0' or $testsuite = '1') and
  • HLFS/hlfs.xsl

    rbc54cbe r9a4f673  
    203203        <xsl:text>cp -v /sources/kernel-config .config&#xA;</xsl:text>
    204204      </xsl:when>
    205       <!-- No interactive commands are allowed -->
    206       <xsl:when test="string() = 'make menuconfig'">
    207         <xsl:text>make oldconfig&#xA;</xsl:text>
    208       </xsl:when>
     205      <!-- No interactive commands are needed if the .config file is the proper one -->
     206      <xsl:when test="string() = 'make menuconfig'"/>
    209207      <!-- For uClibc we need to cd to the Gettext package -->
    210208      <xsl:when test="contains(string(),'cd gettext-runtime/')">
Note: See TracChangeset for help on using the changeset viewer.