Changeset 7c9aa21


Ignore:
Timestamp:
08/23/2006 05:53:55 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
aea74cb
Parents:
03e4b5b
Message:

Cleanning configuration file.

Location:
BLFS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BLFS/gen_pkg_book.sh

    r03e4b5b r7c9aa21  
    111111}
    112112
     113#
     114# Clean configuration file keeping only global default settings.
     115# Than prevent "trying to assign nonexistent symbol" messages
     116# and assures that there is no TARGET selected from a pevious run
     117#
     118#--------------------------#
     119clean_configuration() {    #
     120#--------------------------#
     121
     122tail -n 30 configuration > configuration.tmp
     123mv configuration.tmp configuration
     124
     125}
    113126
    114127#---------------------
     
    142155generate_target_book
    143156create_build_scripts "${SUDO}"
     157clean_configuration
  • BLFS/libs/func_parser

    r03e4b5b r7c9aa21  
    144144           -o ./scripts/ ../libs/scripts.xsl \
    145145           $TARGET-index.xml >> xsltproc.log 2>&1
    146   echo -e "done\n"
    147146    # Make the scripts executable.
    148147  chmod -R +x scripts
     148  cd ..
     149  echo -e "done\n"
    149150
    150151}
Note: See TracChangeset for help on using the changeset viewer.