Changeset e74f2cb in freewrt for mk


Ignore:
Timestamp:
May 24, 2007, 12:26:58 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
c7a39e0
Parents:
7171f93
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”!

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2654 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mk/package.mk

    r7171f93 re74f2cb  
    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
Note: See TracChangeset for help on using the changeset viewer.