wok diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/linux-source/stuff/make-tazpkg.u	Sat Dec 26 11:02:36 2009 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +--- linux-2.6.30.6-slitaz.ori/scripts/package/Makefile	Wed Sep  9 05:39:34 2009
     1.5 ++++ linux-2.6.30.6-slitaz/scripts/package/Makefile	Fri Dec 25 22:03:55 2009
     1.6 +@@ -83,7 +83,15 @@
     1.7 + 
     1.8 + clean-dirs += $(objtree)/tar-install/
     1.9 + 
    1.10 ++# tazpkg target
    1.11 ++# ---------------------------------------------------------------------------
    1.12 ++tazpkg: FORCE
    1.13 ++	$(MAKE) KBUILD_SRC=
    1.14 ++	$(CONFIG_SHELL) $(srctree)/scripts/package/buildtaz
    1.15 + 
    1.16 ++clean-dirs += $(objtree)/taz/
    1.17 ++
    1.18 ++
    1.19 + # Help text displayed when executing 'make help'
    1.20 + # ---------------------------------------------------------------------------
    1.21 + help: FORCE
    1.22 +@@ -93,4 +101,5 @@
    1.23 + 	@echo '  tar-pkg         - Build the kernel as an uncompressed tarball'
    1.24 + 	@echo '  targz-pkg       - Build the kernel as a gzip compressed tarball'
    1.25 + 	@echo '  tarbz2-pkg      - Build the kernel as a bzip2 compressed tarball'
    1.26 ++	@echo '  tazpkg          - Build the kernel as a SliTaz package'
    1.27 +