Changeset 2654

Show
Ignore:
Timestamp:
05/24/07 12:26:58 (2 years ago)
Author:
tg
Message:

change the ipkg cookie as discussed in #FreeWRT
but move it to bin/packages/.stamps/ so that the usual and already
existing cleaning methods will get it in all cases and no manual
post-processing would be needed

THIS CHANGE REQUIRES A “make clean”!

Files:

Legend:

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

    r2653 r2654  
    6363_BUILD_COOKIE=          ${WRKBUILD}/.build_done 
    6464_FAKE_COOKIE=           ${WRKINST}/.fake_done 
    65 _IPKGS_COOKIE=          ${WRKDIR}/.ipkgs_done 
     65_IPKGS_COOKIE=          ${PACKAGE_DIR}/.stamps/${PKG_NAME} 
    6666 
    6767_IN_PACKAGE:=           1