Changeset 1f7e45f for BLFS/Makefile


Ignore:
Timestamp:
08/22/2006 06:56:08 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
fc62e52
Parents:
ecfb828
Message:

Trying to define work flow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/Makefile

    recfb828 r1f7e45f  
    44
    55TOPDIR=$(shell pwd)
    6 CONFIG_CONFIG_IN = aConfig.in
     6CONFIG_CONFIG_IN = Config.in
    77CONFIG = menu
    88
     
    1616
    1717menuconfig: $(CONFIG)/mconf
    18         ./gen_config.sh
     18        @./update_book.sh none
     19        @./gen_config.sh
    1920        @$(CONFIG)/mconf $(CONFIG_CONFIG_IN)
    20         ./gen_pkg_book.sh
     21        @./gen_pkg_book.sh
    2122
    2223config: $(CONFIG)/conf
Note: See TracChangeset for help on using the changeset viewer.