index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
Makefile.package
Age
Commit message (
Expand
)
Author
2024-06-26
kbuild: Fix build target deb-pkg: ln: failed to create hard link
Thayne Harbaugh
2024-03-10
kbuild: unexport abs_srctree and abs_objtree
Masahiro Yamada
2023-12-10
kbuild: deb-pkg: remove the fakeroot builds support
Masahiro Yamada
2023-11-28
kbuild: remove the last use of old cmd_src_tar rule in packaging
Masahiro Yamada
2023-11-28
kbuild: deb-pkg: apply short -R and -j options
Dmitrii Bundin
2023-10-18
kbuild: make binrpm-pkg always produce kernel-devel package
Masahiro Yamada
2023-10-03
kbuild: rpm-pkg: generate kernel.spec in rpmbuild/SPECS/
Masahiro Yamada
2023-08-29
kbuild: deb-pkg: support DEB_BUILD_OPTIONS=parallel=N in debian/rules
Masahiro Yamada
2023-08-08
kbuild: deb-pkg: use Debian compliant shebang for debian/rules
Masahiro Yamada
2023-07-25
kbuild: rpm-pkg: skip build dependency check on non-rpm systems
Masahiro Yamada
2023-07-25
kbuild: rpm-pkg: refactor *rpm-pkg targets
Masahiro Yamada
2023-07-25
kbuild: rpm-pkg: build the kernel in-place for rpm-pkg
Masahiro Yamada
2023-07-25
kbuild: rpm-pkg: rename binkernel.spec to kernel.spec
Masahiro Yamada
2023-07-25
kbuild: rpm-pkg: introduce %{with_devel} switch to select devel package
Masahiro Yamada
2023-07-25
kbuild: rpm-pkg: invoke the kernel build from rpmbuild for binrpm-pkg
Masahiro Yamada
2023-07-25
kbuild: add a phony target to run a command with Kbuild env vars
Masahiro Yamada
2023-07-25
kbuild: rpm-pkg: do not hard-code $MAKE in spec file
Masahiro Yamada
2023-04-30
Merge tag 'kbuild-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2023-04-25
kbuild: deb-pkg: add KDEB_SOURCE_COMPRESS to specify source compression
Masahiro Yamada
2023-04-23
kbuild: add srcdeb-pkg target
Masahiro Yamada
2023-04-23
kbuild: use proper prefix for tarballs to fix rpm-pkg build error
Masahiro Yamada
2023-04-16
kbuild: do not create intermediate *.tar for tar packages
Masahiro Yamada
2023-04-16
kbuild: do not create intermediate *.tar for source tarballs
Masahiro Yamada
2023-04-16
kbuild: merge cmd_archive_linux and cmd_archive_perf
Masahiro Yamada
2023-04-11
kbuild: give up untracked files for source package builds
Masahiro Yamada
2023-03-16
kbuild: use git-archive for source package creation
Masahiro Yamada
2023-03-16
kbuild: rpm-pkg: move source components to rpmbuild/SOURCES
Masahiro Yamada
2023-02-26
kbuild: tar-pkg: use tar rules in scripts/Makefile.package
Masahiro Yamada
2023-02-26
kbuild: make perf-tar*-src-pkg work without relying on git
Masahiro Yamada
2023-02-26
kbuild: deb-pkg: switch over to source format 3.0 (quilt)
Masahiro Yamada
2023-02-26
kbuild: deb-pkg: make .orig tarball a hard link if possible
Masahiro Yamada
2023-02-26
kbuild: deb-pkg: hide KDEB_SOURCENAME from Makefile
Masahiro Yamada
2023-02-26
kbuild: srcrpm-pkg: create source package without cleaning
Masahiro Yamada
2023-02-26
kbuild: rpm-pkg: build binary packages from source rpm
Masahiro Yamada
2023-02-26
kbuild: deb-pkg: create source package without cleaning
Masahiro Yamada
2023-02-05
kbuild: deb-pkg: add --source-option=-sP
Masahiro Yamada
2023-01-30
kbuild: do not put .scmversion into the source tarball
Masahiro Yamada
2022-12-30
kbuild: add a missing line for help message
Jun ASAKA
2022-12-19
Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2022-11-24
scripts: add rust in scripts/Makefile.package
Paran Lee
2022-11-24
kbuild: add ability to make source rpm buildable using koji
Ivan Vecera
2022-09-29
kbuild: hard-code KBUILD_ALLDIRS in scripts/Makefile.package
Masahiro Yamada
2022-07-27
kbuild: rpm-pkg: pass 'linux' to --target option of rpmbuild
Masahiro Yamada
2021-10-12
kbuild: Add make tarzst-pkg build option
Paweł Jasiak
2021-04-25
kbuild: deb-pkg: change the source package name to linux-upstream
Masahiro Yamada
2020-06-11
kbuild: fix broken builds because of GZIP,BZIP2,LZOP variables
Denis Efremov
2020-06-06
kbuild: add variables for compression tools
Denis Efremov
2019-11-11
kbuild: Add make dir-pkg build option
Matteo Croce
2019-11-11
kbuild: Wrap long "make help" text lines
Geert Uytterhoeven
2019-08-25
kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.package
Masahiro Yamada