| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
|
|
|
|
| |
Changes: http://codesynthesis.com/pipermail/build-users/2011-March/000002.html
|
|
|
|
|
| |
Announcement: http://codesynthesis.com/pipermail/build-users/2010-September/000001.html
- Refactor Makefile
|
|
Build is a massively-parallel software build system from CodeSynthesis
implemented on top of GNU make.
WWW: http://www.codesynthesis.com/projects/build/
|