Ignore:
Timestamp:
08/12/2006 12:34:01 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
dc67791
Parents:
28ff443
Message:

Moved Makefile creation to their own script.
The user MUST to edit/review the build scripts before generating the Makefile.
Fixed SRC_ARCHIVE and FTP_SERVER settings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/blfs-parser.sh

    r28ff443 r6d0dbc3  
    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.