Changeset fc6076c


Ignore:
Timestamp:
11/06/2006 10:06:35 PM (17 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
a2133cb
Parents:
91bac7f
Message:

Who knew make would not like embedded control codes in its strings. For now tab_ works but nl_ doesn't

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CLFS/clfs.xsl

    r91bac7f rfc6076c  
    9292              </xsl:when>
    9393              <xsl:when test="@id='ch-system-stripping'">
    94                 <xsl:text>#!/bin/sh&#xA;</xsl:text>
    95               </xsl:when>
    96               <xsl:otherwise>
    97                 <xsl:text>#!/bin/sh&#xA;set -e&#xA;&#xA;</xsl:text>
     94                <xsl:text>#!/bin/bash&#xA;</xsl:text>
     95              </xsl:when>
     96              <xsl:otherwise>
     97                <xsl:text>#!/bin/bash&#xA;set -e&#xA;&#xA;</xsl:text>
    9898              </xsl:otherwise>
    9999            </xsl:choose>
  • common/makefile-functions

    r91bac7f rfc6076c  
    1414REVERSE = "[7m"
    1515
    16 tab_    ='\t'
    17 nl_     ='\n'
     16tab_    = "     "
     17nl_     = ""
    1818
    1919define echo_PHASE
Note: See TracChangeset for help on using the changeset viewer.