makekit
makekit copied to clipboard
MakeKit build system
Provided multi architecture support by adding a check for aarch64 in ```platform.sh``` file.
When I was going through the user manual of MakeKit on its website, I found in the MakeKitBuild file, we must first use the MODULES to include the all the...
Hi, Brian I need to submit *dsc *.debian.tar.xz *.orig.tar.gz files to our project, please tell me how to generate these files?
Hi Brian, I am trying to link with a static libaray in makekitbuild environment and I get the following error: relocation R_X86_64_32 can not be used when making a shared...
Currently `mk_group` doesn't accept the `GROUPS` parameter, which means you're limited to a depth of one when creating group hierarchies. It'd be awesome if you could build arbitrarily deep group...
I noticed that makekit/mk/module/platform.sh does not support Linux running on a system 390 platform (i.e. zLinux): # uname Linux # uname -m s390x This is a 64-bit Linux operating system....
The docs claim (and my own testing has verified) that `INCLUDEDIRS` accepts only relative paths. It'd be neat if you could define variables with `mk_declare` that listed a set of...
This is really an implementation detail of the staging directory. RPATHFLAGS should be exclusively to control the rpath of the resulting binaries.
Need a way to test for regressions
The documentation should cover, at a minimum: - How to write custom build targets - How to write helper functions to generate custom targets - How to create custom modules...