Changeset 601
- Timestamp:
- 09/16/06 18:25:41 (2 years ago)
- Files:
-
- trunk/freewrt/mk/buildhlp.mk (copied) (copied from trunk/freewrt/package/buildhlp.mk) (1 diff)
- trunk/freewrt/mk/package.mk (copied) (copied from trunk/freewrt/package/rules.mk) (1 diff)
- trunk/freewrt/mk/pkg-depend.mk (copied) (copied from trunk/freewrt/package/depend.mk) (2 diffs)
- trunk/freewrt/tools/rules.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/mk/buildhlp.mk
r452 r601 1 1 # $FreeWRT$ 2 #- 3 # This file is part of the FreeWRT project. FreeWRT is copyrighted 4 # material, please see the LICENCE file in the top-level directory 5 # or at http://www.freewrt.org/license for details. 2 6 3 7 ifneq (${PKG_SOURCE_URL},) trunk/freewrt/mk/package.mk
r436 r601 1 1 # $FreeWRT$ 2 #- 3 # This file is part of the FreeWRT project. FreeWRT is copyrighted 4 # material, please see the LICENCE file in the top-level directory 5 # or at http://www.freewrt.org/license for details. 2 6 3 7 WRKDIR_BASE:= ${BUILD_DIR} 4 8 5 include ${TOPDIR}/ package/buildhlp.mk9 include ${TOPDIR}/mk/buildhlp.mk 6 10 7 11 define PKG_template trunk/freewrt/mk/pkg-depend.mk
r588 r601 1 # $FreeWRT$ 2 #- 3 # This file is part of the FreeWRT project. FreeWRT is copyrighted 4 # material, please see the LICENCE file in the top-level directory 5 # or at http://www.freewrt.org/license for details. 6 1 7 amwall-compile: libamsel-compile 2 8 arpd-compile: libpcap-compile libdnet-compile libevent-compile … … 9 15 cbtt-compile: mysql-compile zlib-compile 10 16 clinkc-compile: expat-compile 11 configfs-compile: nvram-compile fuse-compile12 17 curl-compile: openssl-compile zlib-compile 13 18 cyrus-sasl-compile: openssl-compile trunk/freewrt/tools/rules.mk
r433 r601 3 3 WRKDIR_BASE:= ${TOOLS_BUILD_DIR} 4 4 5 include ${TOPDIR}/ package/buildhlp.mk5 include ${TOPDIR}/mk/buildhlp.mk 6 6 7 7 install-lbin:


