autobuild3
autobuild3 copied to clipboard
Multi-backend and extensible packaging toolkit
This is a tracking issue for a list of operations related to compiler flags in the (near or distant) future. - [ ] Lint on `*FLAGS`, and new flags addition...
Our current error handling for sourced scripts involve testing what is returned from the script itself. For predefined build scripts this works well because we have many return-on-error hooks, but...
We have been complaining for quite a while about the absence of delayed hook support as seen in ab2. Now that we have stopped shipping rpm, we should be able...
The good old way of using a configure script to generate a Makefile may not necessarily involve GNU's autotools. However, as long as the arguments to the configure script are...
``` ** Generating initrd (Initialization RAM Disk) for kernel version 4.1.5-aosc-main ... /usr/bin/plymouth-set-default-theme: line 65: awk: command not found /usr/bin/plymouth-set-default-theme: line 65: awk: command not found ``` As when deconfiguring...
This splits up the LTO work (potentially across cores), and makes LTO'ing big programs less painful. https://gcc.gnu.org/onlinedocs/gccint/LTO-Overview.html
There are two ELF-only non-regular-ld's that may be somehow better than the original one. Both are somehow experimental, but personally I think `gold` is closer to everyday use. ## `gold`...
Expected output: ``` [WARN] foo/bar.sh:233: blah. ``` Extra points for abdie: backtrace. Crappy things: - `.` will introduce an extra level of func call. - `recsr` gives you two, but...
It's really sad (and quite normal) that all package managers we currently support has an implmentation for triggers. Being not strange at all, it's far better than what we have...