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

updated i3 and i3-man (4.5.1 -> 4.19.2)
author Hans-G?nter Theisgen
date Thu May 13 14:58:33 2021 +0100 (2021-05-13)
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