tools
tools copied to clipboard
build/aux: new target
Sometimes we need the aux packages but they are cleared on packages target. Ideally ports phase should also generate a separate aux.tar if the required ports are available. Upon running make aux we simply want to inject the missing aux packages back into the packages set. tar -r seems to do the trick, but the packages repo data base also need to be regenerated, loosely related to #249.