Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
- Check if there's an option starting with CONFIG_
- Add comment describing the numerical case a bit better
|
|
- switch to a switch-case statement to prettify things
- Separate generic selection into its own condition
- Make a hard-ish check for maximum supported subarch,
add comments to make sure it gets updated in the future.
- Generally comment the code better.
|
|
|
|
|
|
- We still don't want to see built targets, don't spam my terminal
- Print elapsed time to show how long the build is taking
- Print how many targets per second are built, to show the rough build speed.
|
|
Will be replaced with a better version.
This reverts commit 2e93191001c323b4062195277613c8ab25d9bb40.
|
|
This commit reverts 37f6746dbaed2a9793958af0213273af67ca0a5b.
The echo call is required otherwise the script will break.
Added a comment informing about it.
|
|
|
|
- Get rid of 'yes' invocation, it leads to infinite loops
- Separate stderr and stdout
- If stderr is not expty - print a warning and exit
|
|
Previously a really convoluted two stage 'yes' invocation
was used with that required weird formatting.
Switch to using the good old configs enabling.
|
|
Some users may have switched to the new flags when they
got added, some may have not. We've reverted those
updated flags in commit: 756a7d02ae63f9d2cf0371873b4a34418b37ac53
Add support for them back with a warning.
|
|
'yarost12-YF-allow-using-extra-uarches-even-with-copied-config-v2' into develop
|
|
attempted fix
Ree the double quote is meant to go after the equation sign!
|
|
It'll be easier to maintain for the users instead of using fixed
numbers. The doc was also updated.
|
|
Otherwise MK8 or MCORE2 is selected which results in a misoptimization.
Also ensure that Processor family choice menu is always brought up
by breaking the config a little bit.
Code formatting pass was applied, CRLF was replaced with LF
|
|
This reverts commit 6da003f2206ad8849c19865df144777d52faa7ad.
|
|
We don't really need to see every single compiled file,
just print the errors and warnings.
vscode also formatted the entire file to remove trailing spaces.
|
|
|
|
|
|
|
|
This revert operation has been coordinated with the package's new co-maintainer yarost12.
This commit reverts the following commits:
0bc05764dc72ad2bea692fd9cf5bf423e7e55249
a50b50bd58e8ab0fdf3a21f5c36ac97be6c69f07
166084968d056e9152394eadc2a15405726b9ac8
ff0209bf6e3d9e5b343ac617603dc5c6d8b15353
e8b74c03b188fcfe8d7c87a1c6e4b5a285db24ee
5f6ce75201a22ffae064c3ef5ae37c56864c8e24
10f612396a522d1c9da693365dfe48a29eae2ec5
This commit will revert the repository to it's state in commit 683ce48c96e6692331518d08a4db8df8b214919b (tag kernel6.12.6_clr6.12.4-1518_pkg1), with the following commits added:
8e623b5eb227c59ff442388b9bfb3d78d72fc3fa
9b161b90077cdb14b6aa13a7faee819407fa4591
|
|
|
|
|
|
See https://aur.archlinux.org/pkgbase/linux-clear#comment-1003116
|
|
|
|
|
|
|
|
|
|
|
|
This commit:
- inlines some functions
- adds PKGBUILD debugging support
- renames of functions to avoid makepkg function collisions
- renames of configuration variables
- a smol logging facility
- changes some if statements
- fixes of some bugs
- makes the code a bit smaller
|
|
|
|
Otherwise some default value is set which will result in a misoptimization.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allow copying the current config and modifying it by running:
_use_current=y _makenconfig=y (or other config modifier).
|
|
|
|
|
|
|
|
|
|
|
|
|