Changeset e565480 in freewrt


Ignore:
Timestamp:
Jan 6, 2007, 2:59:30 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
9960d99
Parents:
f50434f
Message:

document the ${WRKfoo} variables, requested by n0-1@

git-svn-id: svn://www.freewrt.org/branches/common-adk@1416 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mk/buildhlp.mk

    rf50434f re565480  
    1414endif
    1515
     16# This is where all package operation is done in
    1617WRKDIR?=                ${WRKDIR_BASE}/w-${PKG_NAME}-${PKG_VERSION}-${PKG_RELEASE}
     18# This is where source code is extracted and patched
    1719WRKSRC?=                ${WRKDIR}/${PKG_NAME}-${PKG_VERSION}
     20# This is where configure, make and make install (fake) run from
    1821WRKBUILD?=              ${WRKSRC}
     22# This is where make install (fake) writes to
    1923WRKINST?=               ${WRKDIR}/fake-${ARCH}/root
    2024
Note: See TracChangeset for help on using the changeset viewer.