Changeset cbd0493


Ignore:
Timestamp:
03/13/2013 04:48:19 PM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
edba613
Parents:
2629bf2
Message:

Merge jhalfs 3667

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    r2629bf2 rcbd0493  
    193193                                                       @remap='install']">
    194194      <xsl:if test="../@id = 'ch-system-man-pages'">
    195 <!-- those files are provided by the shadow package -->
     195<!-- these files are provided by the shadow package -->
    196196  <xsl:text>rm -fv $PKG_DEST/usr/share/man/{man3/getspnam.3,man5/passwd.5}
     197</xsl:text>
     198      </xsl:if>
     199<!-- Attr man/man2 pages are already installed by man-pages. As of
     200     March 2013, they are the same pages. Check it sometimes... -->
     201      <xsl:if test="../@id = 'ch-system-attr'">
     202        <xsl:text>rm -fv $PKG_DEST/usr/share/man/man2/*
    197203</xsl:text>
    198204      </xsl:if>
     
    428434              <xsl:when test="./literal">
    429435                <xsl:call-template name="outputpkgdest">
    430                   <xsl:with-param name="outputstring"
    431                                 select="text()[1]"/>
     436                  <xsl:with-param name="outputstring" select="text()[1]"/>
    432437                </xsl:call-template>
    433438                <xsl:apply-templates select="literal"/>
    434439                <xsl:call-template name="outputpkgdest">
    435                   <xsl:with-param name="outputstring"
    436                                 select="text()[2]"/>
     440                  <xsl:with-param name="outputstring" select="text()[2]"/>
    437441                </xsl:call-template>
    438442              </xsl:when>
     
    528532             <xsl:text>install&#xA;</xsl:text>
    529533            </xsl:when>
     534            <xsl:when test="ancestor::sect1[@id='ch-system-attr']">
     535              <xsl:text>DIST_ROOT=$PKG_DEST make</xsl:text>
     536              <xsl:call-template name="outputpkgdest">
     537                <xsl:with-param name="outputstring"
     538                                select="substring-after($outputstring,'make')"/>
     539              </xsl:call-template>
     540            </xsl:when>
    530541            <xsl:otherwise>
    531              <xsl:text>make DESTDIR=$PKG_DEST</xsl:text>
    532              <xsl:call-template name="outputpkgdest">
    533                <xsl:with-param
     542              <xsl:text>make DESTDIR=$PKG_DEST</xsl:text>
     543              <xsl:call-template name="outputpkgdest">>
     544                <xsl:with-param
    534545                    name="outputstring"
    535546                    select="substring-after($outputstring,'make')"/>
    536              </xsl:call-template>
     547              </xsl:call-template>
    537548            </xsl:otherwise>
    538549           </xsl:choose>
  • optimize/opt_config

    r2629bf2 rcbd0493  
    1717#    If your MAKEFLAGS don't contains a -jX option, you can set
    1818#    a empty list here.
    19 BLACK_LIST="autoconf dejagnu gettext groff man-db vim"
     19BLACK_LIST="attr autoconf dejagnu gettext groff man-db vim"
     20#    Rationale for attr: the tests do not pass with -jX
    2021
    2122#--- Default optimization mode
Note: See TracChangeset for help on using the changeset viewer.