wok annotate linux-source/stuff/make-tazpkg.u @ rev 4645

linux-source: add missing files.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Dec 26 11:02:36 2009 +0100 (2009-12-26)
parents
children 0ed652eb0c62
rev   line source
erjo@4645 1 --- linux-2.6.30.6-slitaz.ori/scripts/package/Makefile Wed Sep 9 05:39:34 2009
erjo@4645 2 +++ linux-2.6.30.6-slitaz/scripts/package/Makefile Fri Dec 25 22:03:55 2009
erjo@4645 3 @@ -83,7 +83,15 @@
erjo@4645 4
erjo@4645 5 clean-dirs += $(objtree)/tar-install/
erjo@4645 6
erjo@4645 7 +# tazpkg target
erjo@4645 8 +# ---------------------------------------------------------------------------
erjo@4645 9 +tazpkg: FORCE
erjo@4645 10 + $(MAKE) KBUILD_SRC=
erjo@4645 11 + $(CONFIG_SHELL) $(srctree)/scripts/package/buildtaz
erjo@4645 12
erjo@4645 13 +clean-dirs += $(objtree)/taz/
erjo@4645 14 +
erjo@4645 15 +
erjo@4645 16 # Help text displayed when executing 'make help'
erjo@4645 17 # ---------------------------------------------------------------------------
erjo@4645 18 help: FORCE
erjo@4645 19 @@ -93,4 +101,5 @@
erjo@4645 20 @echo ' tar-pkg - Build the kernel as an uncompressed tarball'
erjo@4645 21 @echo ' targz-pkg - Build the kernel as a gzip compressed tarball'
erjo@4645 22 @echo ' tarbz2-pkg - Build the kernel as a bzip2 compressed tarball'
erjo@4645 23 + @echo ' tazpkg - Build the kernel as a SliTaz package'
erjo@4645 24