da4bce358d
Previously, the "update" target was just added to the end of the "all" target prerequisites, so that it was run at the end. But now, we enter make with some -j value in MAKEFLAGS, so that the "update" target may well be run before the other targets, which is wrong: for example if it is run before the "xxx-z-libxslt" target, xsltproc is not found and the update target fails. To fix, define "update" as the default target, and have it depend on "all". |
||
---|---|---|
.. | ||
libs | ||
chroot.xsl | ||
common-functions | ||
create-sbu_du-report.sh | ||
hostreqs.xsl | ||
kernfs.xsl | ||
makefile-functions | ||
packages.xsl | ||
progress_bar.sh | ||
run-in-cgroup.sh | ||
urls.xsl |