Changeset f21dff8 for common


Ignore:
Timestamp:
02/21/2012 08:58:49 AM (12 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
e650dc7
Parents:
b0881bd
Message:

Avoiding warnings in 000-masterscript.log, coming from missing
scripts in LFS source

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_book_parser

    rb0881bd rf21dff8  
    137137    lfs)
    138138        echo -n " ${L_arrow}${BOLD}LFS${R_arrow} build... "
     139        pushd $BOOK > /dev/null
     140        bash process-scripts.sh >> $LOGDIR/$LOG 2>&1
     141        popd > /dev/null
    139142        xsltproc --nonet \
    140143                 --xinclude \
Note: See TracChangeset for help on using the changeset viewer.