• Michael Shigorin's avatar
    lib/build.mk: add basic CHECK support · 390f4f6b
    Michael Shigorin authored
    The idea is to check:
    - the reachability of every target
      used to build the image in question;
    - the availability of all the package lists
      and subsequently packages for that image;
    - the lack of "dangling" intermediate targets,
      features, pkglists, hooks etc.
    
    So far only the first step is implemented --
    it's easy and somewhat helpful already for
      make CHECK=1 all
    390f4f6b
variables.txt 1.98 KB