diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2023-11-17 13:59:06 +0100 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2023-11-17 13:59:06 +0100 |
commit | da4bce358df104cc3e0ed59503eafb8c92c0db1e (patch) | |
tree | 84699ecfdd6ca8d1f6a3e19af3fc1f5e3dc70687 /LFS | |
parent | d18fc24d5be19579426b6da1f5db75beb3d9a6da (diff) |
Fix blfs tools Makefile now that MAKEFLAGS is set
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".
Diffstat (limited to 'LFS')
0 files changed, 0 insertions, 0 deletions