live: add variable debug target too

It was done in other stage2 mods already.
This commit is contained in:
Michael Shigorin 2012-04-25 20:38:21 +03:00
parent 454e7162f3
commit ed9b394951

View File

@ -12,3 +12,7 @@ IMAGE_PACKAGES = $(COMMON_PACKAGES) $(THE_PACKAGES) $(LIVE_PACKAGES) \
interactivesystem
MKI_PACK_RESULTS = squash:live
debug::
@echo "** live: IMAGE_PACKAGES: $(IMAGE_PACKAGES)"
@echo "** live: IMAGE_PACKAGES_REGEXP: $(IMAGE_PACKAGES_REGEXP)"