create virtual appliances based on gentoo linux
Go to file
Albert Hopkins 9562528920 stage4: Remove "build_stage4" and don't force stage4 to build every time
The stage4 target, specifically the STAGE4_TARBALL target now depends on
the portage/ directory, the appliances/<appliance>/ directory and the
stage3 tarball.  It will not be rebuild if these are up-to-date.  Therefore
other targets that depend on stage4 (e.g. RAW_IMAGE) won't force stage4 to
be rebuilt if it is up to date.

If you want to force a stage4 rebuild, for example if the appliance pulls
from a live VCS, then the recommended way to do this is:

    $ touch appliances/<appliance>
    $ make APPLIANCE=<appliance> stage4
2015-02-28 22:35:45 +00:00
appliances Merge in fix from stable branch. 2015-02-28 20:11:16 +00:00
configs Merge in changes from stable. 2015-02-22 16:31:02 +00:00
scripts The great systemd commit. 2015-02-22 15:32:16 +00:00
.hgignore The great systemd commit. 2015-02-22 15:32:16 +00:00
Makefile stage4: Remove "build_stage4" and don't force stage4 to build every time 2015-02-28 22:35:45 +00:00