split-cfg.mk 405 B

123456789
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. # must work with both BSD and GNU make
  4. ${TOPDIR}/.ADK_HAVE_DOT_CONFIG: \
  5. ${TOPDIR}/.config ${TOPDIR}/mk/split-cfg.mk \
  6. ${TOPDIR}/scripts/split-cfg.sh
  7. mksh ${TOPDIR}/scripts/split-cfg.sh '${TOPDIR}' '${ADK_TARGET}' '${ADK_LIBC}'
  8. touch ${TOPDIR}/.ADK_HAVE_DOT_CONFIG