Changeset 910206c


Ignore:
Timestamp:
08/22/2006 01:06:59 AM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
26906e0
Parents:
0208570
Message:

additions to Makefile.. housekeeping in gen_pkg_book.sh

Location:
BLFS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BLFS/Makefile

    r0208570 r910206c  
    77CONFIG = menu
    88
    9 all: menuconfig
     9all:    menuconfig
    1010
    1111$(CONFIG)/conf:
     
    1616
    1717menuconfig: $(CONFIG)/mconf
     18        ./gen_config.sh
    1819        @$(CONFIG)/mconf $(CONFIG_CONFIG_IN)
     20        ./gen_pkg_book.sh
    1921
    2022config: $(CONFIG)/conf
  • BLFS/gen_pkg_book.sh

    r0208570 r910206c  
    7575# Replace to 'old' dependency file with a new one.
    7676#
    77 for dst in libs/*.dep-MOD; do
    78     cp -f $dst ${dst%-MOD}
     77for dst in `ls ./libs/*.dep-MOD 2>/dev/null`; do
     78    cp -vf $dst ${dst%-MOD}
    7979done
    8080
Note: See TracChangeset for help on using the changeset viewer.