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 0722dde31d Do not use global $version when writing Makefile
In func_wrt_makefile, the two functions LUSER_wrt_unpack and
CHROOT_Unpack use the version variable without setting it.
This leads to the global version variable being used, which
writes garbage into the Makefile. Fix: just define version locally.

This bug does not occur often because those functions are only
used when using custom scripts for versioned packages (if building LFS).
It has been found by William Harrington.
2021-06-04 21:13:04 +02:00
..
func_book_parser Fix forgotten "git_root" in func_book_parser 2021-05-01 13:50:43 +02:00
func_check_version.sh Fix a long standing bug in func_check_version.sh: 2019-04-24 15:01:26 +00:00
func_compare.sh Update ICA for new LFS/master.sh 2020-06-14 07:08:19 +00:00
func_custom_pkgs Ported CUSTOM_TOOLS support to all books. 2006-12-15 10:53:10 +00:00
func_download_pkgs Remove the obsolete vim-lang instructions and variable, and add non-wide- 2019-09-05 17:22:04 +00:00
func_install_blfs BLFS: call make with proper arguments 2021-05-01 09:23:14 +02:00
func_save.sh Use a custom date format in the filename of the chapter 5 tarball 2020-08-22 11:47:10 +00:00
func_validate_configs.sh Change variable name to DEP_GIT in validate_configs 2021-04-30 21:39:34 +02:00
func_wrt_Makefile Do not use global $version when writing Makefile 2021-06-04 21:13:04 +02:00