aboutsummaryrefslogtreecommitdiff
path: root/scripts/package/buildtar
AgeCommit message (Collapse)AuthorFilesLines
2008-01-28kbuild: support ARCH=x86 in buildtarDaniel De Graaf1-2/+2
Signed-off-by: Daniel De Graaf <[email protected]> Signed-off-by: Sam Ravnborg <[email protected]>
2007-05-21x86_64: Support x86_64 in make buildtarAndi Kleen1-2/+2
Signed-off-by: Andi Kleen <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2006-01-01kbuild: tar-pkg with out-out-tree buildingJan-Benedict Glaw1-18/+13
Fix out-of-tree builds for the tar-pkg targets When I wrote the buildtar script, I didn't even think about out-of-tree builds because I didn't use these back then. This patch throughoutly uses ${objtree} instead of `pwd`. Also, the kernel version is no longer manually built. Instead, it will properly use $KERNELRELEASE . Installing modules is only done if CONFIG_MODULES is set. Signed-off-by: Jan-Benedict Glaw <[email protected]> Signed-off-by: Sam Ravnborg <[email protected]>
2005-07-12[PATCH] kbuild: create tarballsJan-Benedict Glaw1-0/+111
It adds tarball packaging, which I prefer for distribution. Also one of the two blanks after @echo is removed. One seems to be enough :) Signed-off-by: Jan-Benedict Glaw <[email protected]> Signed-off-by: Sam Ravnborg <[email protected]>