kbuild 1:0.1.9998svn3110+dfsg-1 source package in Ubuntu

Changelog

kbuild (1:0.1.9998svn3110+dfsg-1) unstable; urgency=medium

  * New upstream snapshot, fixing hurd, and enabling m68k
    compilation support. (Closes: #699509)

 -- Gianfranco Costamagna <email address hidden>  Sat, 21 Oct 2017 10:37:21 +0200

Upload details

Uploaded by:
Debian Virtualbox Team
Uploaded to:
Sid
Original maintainer:
Debian Virtualbox Team
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
kbuild_0.1.9998svn3110+dfsg-1.dsc 2.0 KiB 562d8113191b059f6e506318f6e6b698d7547b28797c045e1607ffc6bdbda6dd
kbuild_0.1.9998svn3110+dfsg.orig.tar.gz 2.9 MiB d2bb9247fdad03f190488c3356813d999caea04ac37c6332c9d57004890cf2b0
kbuild_0.1.9998svn3110+dfsg-1.debian.tar.xz 11.3 KiB 5745b579a0f51dbc2ed2dceee3342708d60fb5a1f894c93abca51b1f28c013ac

No changes file available.

Binary packages built by this source

kbuild: framework for writing simple makefiles for complex tasks

 The goals of the kBuild framework:
  - Similar behavior cross all supported platforms.
  - Flexibility, don't create unnecessary restrictions preventing ad-hoc
    solutions.
  - Makefile can very simple to write and maintain.
 .
 There are four concepts being tried out in the current kBuild incaration:
  - 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.
 .
 kBuild does not provide any facilities for checking compiler/library/header
 configurations, that's not in its scope. If this is important for your
 project, check out the autoconf tool in the GNU build system. It is possible
 to use kBuild together with autoconf if you like, but you might just as well
 use the full GNU package.

kbuild-dbgsym: debug symbols for kbuild