Changeset 2497

Show
Ignore:
Timestamp:
05/13/07 02:39:11 (2 years ago)
Author:
tg
Message:

this can use mksh too, but the speedup is almost none – most of the time,
it's spent on md5sum or tar

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/mk/build.mk

    r2322 r2497  
    4444package_index: 
    4545        -cd ${PACKAGE_DIR} && \ 
    46             ${BASH} ${TOPDIR}/scripts/ipkg-make-index.sh . >Packages 
     46            ${MBSH} ${TOPDIR}/scripts/ipkg-make-index.sh . >Packages 
    4747 
    4848$(DL_DIR):