Changeset 52b0d10 for BLFS


Ignore:
Timestamp:
07/06/2007 12:59:01 AM (17 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
5120fdc
Parents:
615ba88
Message:

BLFS book: progress_bar.sh, documentation and misc adjustments

Location:
BLFS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BLFS/Makefile

    r615ba88 r52b0d10  
    1212
    1313$(CONFIG)/conf:
    14         $(MAKE) -C $(CONFIG) conf
     14        $(MAKE) -B -C $(CONFIG) conf
    1515
    1616$(CONFIG)/mconf:
    17         $(MAKE) -C $(CONFIG) ncurses conf mconf
     17        $(MAKE) -B -C $(CONFIG) ncurses conf mconf
    1818
    1919menuconfig: $(CONFIG)/mconf
  • BLFS/libs/scripts.xsl

    r615ba88 r52b0d10  
    156156        <xsl:apply-templates select=".//screen | .//para/command"/>
    157157        <xsl:if test="$sudo = 'y'">
    158           <xsl:text>sudo </xsl:text>
     158          <xsl:text>sudo /sbin/</xsl:text>
    159159        </xsl:if>
    160160        <xsl:text>ldconfig&#xA;&#xA;</xsl:text>
     
    188188done&#xA;</xsl:text>
    189189        <xsl:if test="$sudo = 'y'">
    190           <xsl:text>sudo </xsl:text>
     190          <xsl:text>sudo /sbin/</xsl:text>
    191191        </xsl:if>
    192192        <xsl:text>ldconfig&#xA;&#xA;</xsl:text>
Note: See TracChangeset for help on using the changeset viewer.