wok view 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 source
1 --- linux-2.6.30.6-slitaz.ori/scripts/package/Makefile Wed Sep 9 05:39:34 2009
2 +++ linux-2.6.30.6-slitaz/scripts/package/Makefile Fri Dec 25 22:03:55 2009
3 @@ -83,7 +83,15 @@
5 clean-dirs += $(objtree)/tar-install/
7 +# tazpkg target
8 +# ---------------------------------------------------------------------------
9 +tazpkg: FORCE
10 + $(MAKE) KBUILD_SRC=
11 + $(CONFIG_SHELL) $(srctree)/scripts/package/buildtaz
13 +clean-dirs += $(objtree)/taz/
14 +
15 +
16 # Help text displayed when executing 'make help'
17 # ---------------------------------------------------------------------------
18 help: FORCE
19 @@ -93,4 +101,5 @@
20 @echo ' tar-pkg - Build the kernel as an uncompressed tarball'
21 @echo ' targz-pkg - Build the kernel as a gzip compressed tarball'
22 @echo ' tarbz2-pkg - Build the kernel as a bzip2 compressed tarball'
23 + @echo ' tazpkg - Build the kernel as a SliTaz package'