Commit e321b83c authored by Anton Midyukov's avatar Anton Midyukov

test.mk: add package availability test in all package lists

Usage: make CHECK=1 DEBUG=1 check-all-pkglists.iso
parent 9160ebf5
......@@ -2,6 +2,9 @@
ifneq (,$(DEBUG))
ifeq (distro,$(IMAGE_CLASS))
# For check all package lists
distro/pkg-all-lists: distro/.init
@$(call add,THE_LISTS,*)
distro/syslinux-auto: distro/.boot use/hdt use/syslinux/timeout/1; @:
distro/syslinux-noescape: distro/syslinux-auto use/syslinux/noescape.cfg; @:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment