Changeset 2e1c1c3 for LFS


Ignore:
Timestamp:
01/13/2018 09:08:56 AM (6 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
d2a7ec8
Parents:
dc7fd7b
Message:

Remove spaces at the end of lines

Location:
LFS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    rdc7fd7b r2e1c1c3  
    2727  -->
    2828  <xsl:param name="wrap-install" select='"n"'/>
    29  
     29
    3030  <!-- Run test suites?
    3131       0 = none
     
    4444  <!-- Install vim-lang package? OBSOLETE should always be 'n'-->
    4545  <xsl:param name="vim-lang" select="'n'"/>
    46  
     46
    4747  <!-- Should we strip excutables and libraries? -->
    4848  <xsl:param name='strip' select="'n'"/>
     
    5353  <!-- Time zone -->
    5454  <xsl:param name="timezone" select="'GMT'"/>
    55  
     55
    5656  <!-- Page size -->
    5757  <xsl:param name="page" select="'letter'"/>
    58  
     58
    5959  <!-- Locale settings -->
    6060  <xsl:param name="lang" select="'C'"/>
     
    6262  <!-- Install the whole set of locales -->
    6363  <xsl:param name='full-locale' select='"n"'/>
    64  
     64
    6565  <!-- Hostname -->
    6666  <xsl:param name='hostname' select='"HOSTNAME"'/>
     
    8383                                         @revision=$revision]"/>
    8484  </xsl:template>
    85  
     85
    8686  <xsl:template match="sect1">
    8787<!-- Since this xsl:if tag encloses the whole template, it would
     
    148148      <xsl:choose>
    149149        <xsl:when test="@id='ch-system-creatingdirs' or
    150                         @id='ch-system-createfiles' or 
     150                        @id='ch-system-createfiles' or
    151151                        @id='ch-system-strippingagain'">
    152152          <xsl:text>#!/tools/bin/bash&#xA;set +h&#xA;</xsl:text>
     
    407407    <xsl:text>&#xA;</xsl:text>
    408408  </xsl:template>
    409  
     409
    410410  <xsl:template match="userinput">
    411411    <xsl:choose>
     
    546546    </xsl:choose>
    547547  </xsl:template>
    548  
     548
    549549  <xsl:template match="replaceable">
    550550    <xsl:choose>
     
    593593    </xsl:choose>
    594594  </xsl:template>
    595  
     595
    596596  <xsl:template match="literal">
    597597    <xsl:choose>
  • LFS/master.sh

    rdc7fd7b r2e1c1c3  
    539539        fi
    540540
    541 teardown: 
     541teardown:
    542542        sudo umount -v \$(MOUNT_PT)/sys
    543543        sudo umount -v \$(MOUNT_PT)/proc
Note: See TracChangeset for help on using the changeset viewer.