summaryrefslogtreecommitdiffstats
path: root/scripts/package
Commit message (Expand)AuthorAgeFilesLines
* package: Makefile: unbreak binrpm-pkg targetLuiz Capitulino2013-05-161-1/+1
* rpm-pkg: Remove pointless set -e statementsMichal Marek2013-04-181-4/+0
* rpm-pkg: Always regenerate the specfileMichal Marek2013-04-181-13/+6
* rpm-pkg: Do not write to the parent directoryMichal Marek2013-04-181-7/+5
* rpm-pkg: Do not package the whole source directoryMichal Marek2013-04-181-1/+5
* buildtar: Add ARCH to the archive nameBorislav Petkov2013-04-081-1/+1
* scripts/package/Makefile: compare objtree with srctree instead of test KBUILD...Bin Wang2013-04-081-1/+1
* kbuild: clear KBUILD_SRC when calling 'make' in RPM specDavid R. Bild2013-02-221-1/+1
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2012-10-121-3/+3
|\
| * Kbuild: use normal compression settings for tar*-pkgAndi Kleen2012-09-271-3/+3
* | kbuild: Do not package /boot and /lib in make tar-pkgMichal Marek2012-09-271-1/+1
|/
* deb-pkg: Add all Makefiles to header packagemaximilian attems2012-06-281-1/+1
* deb-pkg: Install linux-firmware-image in versioned dirmaximilian attems2012-06-281-2/+3
* builddeb: include autogenerated header filesLekensteyn2012-05-261-1/+1
* kbuild: Fix out-of-tree build for 'make deb-pkg'Joerg Roedel2012-02-251-3/+3
* kbuild: Only build linux-image package for UMLJoerg Roedel2012-02-241-5/+9
* kbuild: Fix link to headers in 'make deb-pkg'Joerg Roedel2012-02-241-0/+4
* builddeb: Don't create files in /tmp with predictable namesBen Hutchings2012-02-181-6/+6
* scripts/package/Makefile: Fix typo: an deb -> a debPaul Menzel2011-10-291-1/+1
* package: Makefile: fix perf target bugmatt mooney2011-06-241-3/+5
* Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mma...Linus Torvalds2011-05-252-3/+20
|\
| * kbuild: Create a kernel-headers RPMArun Sharma2011-05-241-0/+17
| * rpm-pkg: Fix when current directory is a symlinkMichal Marek2011-05-241-1/+1
| * Replace '-' in kernel version with '_'Arun Sharma2011-05-042-2/+2
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* kbuild: Add make tarxz-pkg build optionZdenek Kaspar2011-03-092-1/+8
* Merge commit 'v2.6.38-rc1' into kbuild/packagingMichal Marek2011-03-092-8/+33
|\
| * Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mma...Linus Torvalds2011-01-101-4/+89
| |\
| * \ Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mma...Linus Torvalds2010-10-282-2/+4
| |\ \
| * \ \ Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-061-6/+31
| |\ \ \
| | * \ \ Merge commit 'v2.6.35' into perf/coreIngo Molnar2010-08-021-1/+1
| | |\ \ \
| | * \ \ \ Merge commit 'v2.6.35-rc4' into perf/coreIngo Molnar2010-07-051-1/+1
| | |\ \ \ \
| | * \ \ \ \ Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar2010-06-182-1/+3
| | |\ \ \ \ \
| | * | | | | | perf tools: Make target to generate self contained source tarballArnaldo Carvalho de Melo2010-06-051-6/+31
| * | | | | | | Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mma...Linus Torvalds2010-08-051-2/+3
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | kbuild: Fix make rpmMichal Marek2010-07-211-1/+1
| | |_|_|/ / / | |/| | | | |
| * | | | | | Merge branch 'setlocalversion-speedup' into kbuild/rc-fixesMichal Marek2010-07-021-1/+1
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | kbuild: Clean up and speed up the localversion logicMichal Marek2010-06-181-1/+1
| * | | | | | Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-012-1/+3
| |\| | | | | | | |_|/ / / | |/| | | |
| * | | | | Fix comment and Kconfig typos for 'require' and 'fragment'Gilles Espinasse2010-03-291-1/+1
* | | | | | deb-pkg: Fix building outside of source tree (O=...).Nicolas de Pesloüan2011-02-041-3/+3
* | | | | | deb-pkg: Use $SRCARCH for include pathmaximilian attems2011-01-151-1/+1
| |_|_|_|/ |/| | | |
* | | | | deb-pkg: s/hdr/kernel_headers_/ && s/header/libc_headers_/maximilian attems2011-01-071-14/+16
* | | | | deb-pkg: Make deb-pkg generate a seperate linux-libc-dev debmaximilian attems2011-01-071-1/+20
* | | | | kbuild: create linux-headers package in deb-pkgTheodore Ts'o2010-12-291-1/+27
* | | | | kbuild, deb-pkg: support overriding userland architectureAsbjoern Sloth Toennesen2010-12-201-0/+3
* | | | | kbuild, deb-pkg: select userland architecture based on UTS_MACHINEAsbjoern Sloth Toennesen2010-11-251-1/+34
* | | | | kbuild, deb-pkg: Fix build with paranoid umaskmaximilian attems2010-11-111-2/+4
| |_|_|/ |/| | |
* | | | scripts/package: don't break if %{_smp_mflags} isn't setNishanth Aravamudan2010-10-141-1/+1
* | | | kbuild, deb-pkg: Check if KBUILD_IMAGE exists before copying itGuillem Jover2010-09-061-1/+3
| |_|/ |/| |