root/trunk/freewrt/mk/split-cfg.mk

Revision 2491, 414 bytes (checked in by tg, 2 years ago)

use host-system mksh instead of bash to speed up the splitting process,
if installed

Line 
1 # $FreeWRT$
2 #-
3 # This file is part of the FreeWRT project. FreeWRT is copyrighted
4 # material, please see the LICENCE file in the top-level directory
5 # or at http://www.freewrt.org/licence for details.
6 #-
7 # must work with both BSD and GNU make
8
9 ${TOPDIR}/.cfg/FWRT_HAVE_DOT_CONFIG: ${TOPDIR}/.config \
10     ${TOPDIR}/mk/split-cfg.mk ${TOPDIR}/scripts/split-cfg.sh
11         ${MBSH} ${TOPDIR}/scripts/split-cfg.sh '${TOPDIR}'
Note: See TracBrowser for help on using the browser.