Changeset b230bd6 for CLFS3


Ignore:
Timestamp:
02/26/2007 08:35:33 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
79da297
Parents:
aec4483
Message:

CLFS3 don't have a stripping page.

Location:
CLFS3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CLFS3/clfs3.xsl

    raec4483 rb230bd6  
    6767            <!-- Creating dirs and files -->
    6868          <exsl:document href="{$dirname}/{$order}-{$filename}" method="text">
    69             <xsl:text>#!/bin/bash&#xA;set +h&#xA;</xsl:text>
    70             <xsl:if test="not(@id='ch-system-stripping')">
    71               <xsl:text>set -e&#xA;</xsl:text>
    72             </xsl:if>
    73             <xsl:text>&#xA;</xsl:text>
     69            <xsl:text>#!/bin/bash&#xA;set +h&#xA;set -e&#xA;&#xA;</xsl:text>
    7470            <!-- Set envars needed by uClibc -->
    7571            <xsl:if test="@id='ch-cross-tools-uclibc'">
  • CLFS3/master.sh

    raec4483 rb230bd6  
    252252    this_script=`basename $file`
    253253
    254     # Test if the stripping phase must be skipped.
    255     # Skip alsp temp-perl for iterative runs
    256     case $this_script in
    257       *stripping*) [[ "$STRIP" = "n" ]] && continue ;;
    258     esac
    259 
    260254    # Grab the name of the target, strip id number, XXX-script
    261255    name=`echo $this_script | sed -e 's@[0-9]\{3\}-@@' \
     
    507501        @touch \$@
    508502
    509 mk_ROOT: 
     503mk_ROOT:
    510504        @\$(call echo_SU_request)
    511505        @echo "$VERSION-embedded - jhalfs build" > clfs-release && \\
Note: See TracChangeset for help on using the changeset viewer.