summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* build: Add -p to mkdirPatrick McDermott2020-11-081-1/+1
| | | | | | | Fixes the following error introduced by commit 6e62f08: mkdir linux-libc-dev-4.19.data/usr/include/i686-linux-glibc mkdir: can't create directory 'linux-libc-dev-4.19.data/usr/include/i686-linux-glibc': No such file or directory
* Version package namesPatrick McDermott2020-11-071-12/+13
| | | | | | | | | | | | | | | | | | | | | Diffstat with similarity index set to 24%: basever.mk | 1 + build | 25 +++++++++++++------------ changelog | 4 +++- {linux-common.pkg => linux-common-4.19.pkg}/control | 5 +++-- {linux-common.pkg => linux-common-4.19.pkg}/docs | 0 {linux-image.pkg => linux-image-4.19.pkg}/control | 6 +++--- {linux-image.pkg => linux-image-4.19.pkg}/postinst | 0 {linux-image.pkg => linux-image-4.19.pkg}/postrm | 0 {linux-image.pkg => linux-image-4.19.pkg}/preinst | 0 {linux-image.pkg => linux-image-4.19.pkg}/prerm | 0 {linux-libc-dev.pkg => linux-libc-dev-4.19.pkg}/control | 4 ++-- {linux-libc-dev-common.pkg => linux-libc-dev-common-4.19.pkg}/control | 2 +- {linux-sysmap.pkg => linux-sysmap-4.19.pkg}/control | 7 ++++--- setver | 17 +++++++++++++++++ substvars | 1 + 15 files changed, 48 insertions(+), 24 deletions(-)
* linux-libc-dev-common: New packagePatrick McDermott2020-11-071-3/+3
|
* build: Set KBUILD_BUILD_VERSIONPatrick McDermott2019-07-161-0/+1
| | | | | This is normally incremented with each build by scripts/link-vmlinux.sh and then read by scripts/mkcompile_h.
* build: The documentation liedPatrick McDermott2019-07-161-1/+2
|
* build: Set KBUILD_BUILD_TIMESTAMP and TZPatrick McDermott2019-07-161-1/+4
|
* build: Run as many jobs as there are CPUsPatrick McDermott2019-07-111-1/+2
|
* build: Work around our own broken GCCPatrick McDermott2019-07-111-0/+11
|
* build: Build verboselyPatrick McDermott2019-07-111-1/+2
|
* build: Add mrproper targetPatrick McDermott2019-07-081-2/+2
|
* build: Add package revision to Linux release versionPatrick McDermott2019-07-081-0/+2
| | | | Will show up in `uname -r`, etc.
* build: Add menuconfig targetPatrick McDermott2019-06-301-0/+3
| | | | And B-D on libncurses.6-dev.
* linux-libre 3.10.95~gnu-1Patrick McDermott2019-06-281-0/+40
I'm taking the opportunity to start fresh because the original repository is weighed down by an upstream source archive in contained long ago. See the linux-libre package repository for the full Git history.