• 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
Name
Last commit
Last update
..
README Loading commit data...
build.mk Loading commit data...
clean.mk Loading commit data...
distro.mk Loading commit data...
functions.mk Loading commit data...
log.mk Loading commit data...
profile.mk Loading commit data...
sugar.mk Loading commit data...
ve.mk Loading commit data...