Ignore:
Timestamp:
08/13/2006 10:01:14 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
00f4966
Parents:
1b99a8b
Message:

Merged r2925:2931 from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/blfs-parser.sh

    r1b99a8b rd0d9e90  
    3434source libs/func_parser
    3535[[ $? > 0 ]] && echo -e "\n\tERROR: func_parser did not load..\n" && exit
    36 
    37 #---------------------
    38 # Makefile module
    39 source libs/func_makefile
    40 [[ $? > 0 ]] && echo -e "\n\tERROR: func_makefile did not load..\n" && exit
    4136
    4237
     
    107102
    108103
    109 
    110 
    111 
    112104#------- MAIN --------
    113105if [[ ! -f packages ]] ; then
     
    123115generate_target_book
    124116create_build_scripts
    125 generate_Makefile
Note: See TracChangeset for help on using the changeset viewer.