# HG changeset patch # User Eric Joseph-Alexandre # Date 1293165161 -3600 # Node ID 0ed652eb0c62a15960fe1e620f802080704e8df6 # Parent 10eefd7db2df91a2f456d20df7a12428eeedbcd1 make-tazpkg.u for 2.6.36.x diff -r 10eefd7db2df -r 0ed652eb0c62 linux-source/stuff/make-tazpkg.u --- a/linux-source/stuff/make-tazpkg.u Thu Dec 23 21:47:47 2010 +0000 +++ b/linux-source/stuff/make-tazpkg.u Fri Dec 24 05:32:41 2010 +0100 @@ -1,24 +1,23 @@ ---- linux-2.6.30.6-slitaz.ori/scripts/package/Makefile Wed Sep 9 05:39:34 2009 -+++ linux-2.6.30.6-slitaz/scripts/package/Makefile Fri Dec 25 22:03:55 2009 -@@ -83,7 +83,15 @@ +--- linux-2.6.36.1-ori/scripts/package/Makefile Mon Nov 22 20:03:49 2010 ++++ linux-2.6.36.1/scripts/package/Makefile Sat Nov 27 09:56:12 2010 +@@ -101,6 +101,13 @@ - clean-dirs += $(objtree)/tar-install/ + clean-dirs += $(objtree)/debian/ +# tazpkg target +# --------------------------------------------------------------------------- +tazpkg: FORCE + $(MAKE) KBUILD_SRC= + $(CONFIG_SHELL) $(srctree)/scripts/package/buildtaz ++ ++clean-dirs += $(objtree)/taz/ -+clean-dirs += $(objtree)/taz/ -+ -+ - # Help text displayed when executing 'make help' + # tarball targets # --------------------------------------------------------------------------- - help: FORCE -@@ -93,4 +101,5 @@ - @echo ' tar-pkg - Build the kernel as an uncompressed tarball' - @echo ' targz-pkg - Build the kernel as a gzip compressed tarball' - @echo ' tarbz2-pkg - Build the kernel as a bzip2 compressed tarball' +@@ -145,4 +152,4 @@ + @echo ' perf-tar-src-pkg - Build $(perf-tar).tar source tarball' + @echo ' perf-targz-src-pkg - Build $(perf-tar).tar.gz source tarball' + @echo ' perf-tarbz2-src-pkg - Build $(perf-tar).tar.bz2 source tarball' +- + @echo ' tazpkg - Build the kernel as a SliTaz package' - +Only in linux-2.6.36.1: scripts/package/buildtaz