This repository has been archived on 2024-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
MahiroOS-jhalfs/common/libs
Pierre Labastie da4bce358d 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".
2023-11-17 13:59:06 +01:00
..
func_book_parser Only replace $(nproc) in scriptlets 2023-11-15 18:24:22 +01:00
func_check_version.sh handle '+' in kernel version string 2022-11-04 22:44:57 +08:00
func_compare.sh Allow two names for scriptlet containing "userdel" 2023-09-05 13:14:26 +02:00
func_custom_pkgs Use only upstream's URL in urls.lst 2022-05-07 11:24:06 +02:00
func_download_pkgs Fix an error when not downloading packages 2022-06-14 18:55:36 +02:00
func_install_blfs Fix blfs tools Makefile now that MAKEFLAGS is set 2023-11-17 13:59:06 +01:00
func_save.sh Remove $Id$ comments, they are useless with git 2021-10-31 10:22:30 +01:00
func_validate_configs.sh Fix a typo 2023-11-15 18:24:22 +01:00
func_wrt_Makefile Allow users to pass a cpuset 2023-11-15 18:24:22 +01:00