-
- Downloads
Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull Kbuild updates from Masahiro Yamada: - Change V=1 option to print both short log and full command log - Allow V=1 and V=2 to be combined as V=12 - Make W=1 detect wrong .gitignore files - Tree-wide cleanups for unused command line arguments passed to Clang - Stop using -Qunused-arguments with Clang - Make scripts/setlocalversion handle only correct release tags instead of any arbitrary annotated tag - Create Debian and RPM source packages without cleaning the source tree - Various cleanups for packaging * tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (74 commits) kbuild: rpm-pkg: remove unneeded KERNELRELEASE from modules/headers_install docs: kbuild: remove description of KBUILD_LDS_MODULE .gitattributes: use 'dts' diff driver for *.dtso files kbuild: deb-pkg: improve the usability of source package kbuild: deb-pkg: fix binary-arch and clean in debian/rules kbuild: tar-pkg: use tar rules in scripts/Makefile.package kbuild: make perf-tar*-src-pkg work without relying on git kbuild: deb-pkg: switch over to source format 3.0 (quilt) kbuild: deb-pkg: make .orig tarball a hard link if possible kbuild: deb-pkg: hide KDEB_SOURCENAME from Makefile kbuild: srcrpm-pkg: create source package without cleaning kbuild: rpm-pkg: build binary packages from source rpm kbuild: deb-pkg: create source package without cleaning kbuild: add a tool to list files ignored by git Documentation/llvm: add Chimera Linux, Google and Meta datacenters setlocalversion: use only the correct release tag for git-describe setlocalversion: clean up the construction of version output .gitignore: ignore *.cover and *.mbx kbuild: remove --include-dir MAKEFLAG from top Makefile kbuild: fix trivial typo in comment ...
No related branches found
No related tags found
Showing
- .gitattributes 4 additions, 4 deletions.gitattributes
- .gitignore 3 additions, 1 deletion.gitignore
- Documentation/Makefile 1 addition, 1 deletionDocumentation/Makefile
- Documentation/dontdiff 0 additions, 1 deletionDocumentation/dontdiff
- Documentation/kbuild/llvm.rst 9 additions, 6 deletionsDocumentation/kbuild/llvm.rst
- Documentation/kbuild/makefiles.rst 1055 additions, 1089 deletionsDocumentation/kbuild/makefiles.rst
- MAINTAINERS 1 addition, 1 deletionMAINTAINERS
- Makefile 47 additions, 46 deletionsMakefile
- arch/arm/mach-s3c/Makefile 1 addition, 1 deletionarch/arm/mach-s3c/Makefile
- arch/ia64/kernel/Makefile 1 addition, 1 deletionarch/ia64/kernel/Makefile
- arch/mips/Kbuild 1 addition, 1 deletionarch/mips/Kbuild
- arch/mips/Makefile 2 additions, 11 deletionsarch/mips/Makefile
- arch/mips/Makefile.postlink 1 addition, 1 deletionarch/mips/Makefile.postlink
- arch/mips/include/asm/asmmacro-32.h 2 additions, 2 deletionsarch/mips/include/asm/asmmacro-32.h
- arch/mips/include/asm/asmmacro.h 21 additions, 21 deletionsarch/mips/include/asm/asmmacro.h
- arch/mips/include/asm/fpregdef.h 0 additions, 14 deletionsarch/mips/include/asm/fpregdef.h
- arch/mips/include/asm/mipsregs.h 4 additions, 16 deletionsarch/mips/include/asm/mipsregs.h
- arch/mips/kernel/genex.S 1 addition, 1 deletionarch/mips/kernel/genex.S
- arch/mips/kernel/r2300_fpu.S 2 additions, 2 deletionsarch/mips/kernel/r2300_fpu.S
- arch/mips/kernel/r4k_fpu.S 6 additions, 6 deletionsarch/mips/kernel/r4k_fpu.S
Loading
Please register or sign in to comment