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

Add sgmixer & zmixer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 06 13:08:02 2019 +0100 (2019-02-06)
parents
children
rev   line source
gokhlayeh@9257 1 --- linux-2.6.36.1-ori/scripts/package/Makefile Mon Nov 22 20:03:49 2010
gokhlayeh@9257 2 +++ linux-2.6.36.1/scripts/package/Makefile Sat Nov 27 09:56:12 2010
gokhlayeh@9257 3 @@ -101,6 +101,13 @@
gokhlayeh@9257 4
gokhlayeh@9257 5 clean-dirs += $(objtree)/debian/
gokhlayeh@9257 6
gokhlayeh@9257 7 +# tazpkg target
gokhlayeh@9257 8 +# ---------------------------------------------------------------------------
gokhlayeh@9257 9 +tazpkg: FORCE
gokhlayeh@9257 10 + $(MAKE) KBUILD_SRC=
gokhlayeh@9257 11 + $(CONFIG_SHELL) $(srctree)/scripts/package/buildtaz
gokhlayeh@9257 12 +
gokhlayeh@9257 13 +clean-dirs += $(objtree)/taz/
gokhlayeh@9257 14
gokhlayeh@9257 15 # tarball targets
gokhlayeh@9257 16 # ---------------------------------------------------------------------------
gokhlayeh@9257 17 @@ -145,4 +152,4 @@
gokhlayeh@9257 18 @echo ' perf-tar-src-pkg - Build $(perf-tar).tar source tarball'
gokhlayeh@9257 19 @echo ' perf-targz-src-pkg - Build $(perf-tar).tar.gz source tarball'
gokhlayeh@9257 20 @echo ' perf-tarbz2-src-pkg - Build $(perf-tar).tar.bz2 source tarball'
gokhlayeh@9257 21 -
gokhlayeh@9257 22 + @echo ' tazpkg - Build the kernel as a SliTaz package'
gokhlayeh@9257 23 Only in linux-2.6.36.1: scripts/package/buildtaz