Framework for writing simple makefiles for complex tasks
The goals of the kBuild framework: - Similar behavior across all
supported platforms
- Flexibility, don't create unnecessary restrictions preventing
ad-hoc solutions
- Makefiles can be simple to write and maintain
- One configuration file for a subtree automatically included
- Target configuration templates as the primary mechanism for
makefile simplification
- Tools and SDKs for helping out the templates with flexibility
- Non-recursive makefile method by using sub-makefiles
- Developed at Virtualization
- Sources inherited from project openSUSE:Factory
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/kbuild && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
kbuild-0.1.2svn1480.tar.bz2 | 0001842227 1.76 MB | |
kbuild-man.diff | 0000000573 573 Bytes | |
kbuild.changes | 0000000152 152 Bytes | |
kbuild.spec | 0000002023 1.98 KB | |
ready | 0000000000 0 Bytes | |
warnings.diff | 0000001103 1.08 KB |
Revision 1 (latest revision is 43)
unknown
committed
(revision 1)
Comments 1
I am trying to build VirtualBox 5.2.0, but Oracle reports that it needs a "newer" version. According to http://svn.netlabs.org/repos/kbuild/trunk, the latest is Revision 3109. Any plans to make this update?
I have no real interest is pushing VB 5.2.0, but I would like to be able to build and test 5.2.2, which is likely to be out fairly soon.
Larry