Removed code from xsl script, is now performed by book script
This commit is contained in:
parent
a82bbc0b72
commit
d0249fc218
1 changed files with 0 additions and 4 deletions
|
@ -100,10 +100,6 @@
|
|||
<xsl:text>pushd ../; tar -xvf gettext-&gettext-version;.*; popd; 
</xsl:text>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:if test="@id='ch-tools-glibc' or @id='ch-system-glibc'">
|
||||
<xsl:text>tar -xvf ../glibc-libidn-&glibc-version;.*
</xsl:text>
|
||||
</xsl:if>
|
||||
|
||||
<!-- NEW toolchain format -->
|
||||
<xsl:if test="@id='ch-tools-embryo-toolchain'">
|
||||
<xsl:text>tar -xvf gcc-core-&gcc-version;.*; 
</xsl:text>
|
||||
|
|
Reference in a new issue