Changeset 3721

Show
Ignore:
Timestamp:
04/07/08 02:46:24 (8 months ago)
Author:
tg
Message:

update mirmake for compatibility with Mac OSX Leopard

see my comments on http://article.gmane.org/gmane.os.miros.cvs/17951
about why this is critical and quite difficult

tested on flyingfish, n0-1 please contact me if amd64 stuff breaks
(it shouldn't: I merged your diff upstream, except with a tweak)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/tools/mirmake/Makefile

    • Property svn:keywords set to FreeWRT=Id
    r3645 r3721  
    66 
    77PKG_NAME=               mirmake 
    8 PKG_VERSION=            20071027 
     8PKG_VERSION=            20080406 
    99PKG_RELEASE=            0 
    10 PKG_MD5SUM=             6e4368a31f551ef8e7749eb2c6ac077b 
     10PKG_MD5SUM=             495c76caa2c9e97fba6cde9ad0905536 
    1111DISTFILES=              ${PKG_NAME}-${PKG_VERSION}.cpio.gz 
    1212MASTER_SITES=           ${MASTER_SITE_MIRBSD:distfiles/=dist/mir/make/} 
     
    1515include ${TOPDIR}/rules.mk 
    1616include ../rules.mk 
     17 
     18MIRMAKE_TOOLS=          binstall bmake lndir lorder mkdep readlink tsort 
    1719 
    1820${WRKBUILD}/.configured: ${WRKBUILD}/.prepared 
     
    3941 
    4042install-lbin: 
    41         for what in bmake lorder mkdep readlink tsort; do \ 
     43        for what in ${MIRMAKE_TOOLS}; do \ 
    4244                rm -f ${TOPDIR}/lbin/$$what; \ 
    4345                if [ -e ${STAGING_TOOLS}/bin/$$what ]; then \ 
     
    4850clean: 
    4951        rm -rf ${WRKBUILD} 
    50         rm -f ${STAGING_TOOLS}/bin/{bmake,lorder,mkdep,readlink,tsort
     52        cd ${STAGING_TOOLS}/bin; rm -f ${MIRMAKE_TOOLS