Changeset e565480 in freewrt
- Timestamp:
- Jan 6, 2007, 2:59:30 PM (19 years ago)
- Children:
- 9960d99
- Parents:
- f50434f
- File:
-
- 1 edited
-
mk/buildhlp.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mk/buildhlp.mk
rf50434f re565480 14 14 endif 15 15 16 # This is where all package operation is done in 16 17 WRKDIR?= ${WRKDIR_BASE}/w-${PKG_NAME}-${PKG_VERSION}-${PKG_RELEASE} 18 # This is where source code is extracted and patched 17 19 WRKSRC?= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION} 20 # This is where configure, make and make install (fake) run from 18 21 WRKBUILD?= ${WRKSRC} 22 # This is where make install (fake) writes to 19 23 WRKINST?= ${WRKDIR}/fake-${ARCH}/root 20 24
Note:
See TracChangeset
for help on using the changeset viewer.
