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/BLFS
Pierre Labastie 78d04f3f79 Fix "ambiguous redirect" in func_dependencies
We use grep -l ^"${otherlink[*]"\$ to find parentNode, since the
parentNode is the only file with a link line that matches. Problem
is that sometimes the priority line may match too. This makes a
parentNode variable containing several lines, and when redirecting
to $parentNode, creates those "ambiguous redirect" messages.
Fix: use a loop, and only grep on the first line of each file.
2023-04-21 10:49:40 +02:00
..
libs Fix "ambiguous redirect" in func_dependencies 2023-04-21 10:49:40 +02:00
xsl list_lfs.xsl: fixes for dependency checking 2023-03-23 22:24:06 +01:00
gen-makefile.sh BLFS tools: Do not source envars.conf 2021-11-21 19:21:45 +01:00
gen-special.sh Remove $Id$ comments, they are useless with git 2021-10-31 10:22:30 +01:00
gen_pkg_book.sh gen_pkg_book: fixes for dependency checkings 2023-03-23 22:21:26 +01:00
Makefile Revert changes to BLFS/Makefile 2023-01-25 13:17:12 +01:00
packdesc.dtd Remove $Id$ comments, they are useless with git 2021-10-31 10:22:30 +01:00
TODO Add dependency thoughts to BLFS/TODO 2021-12-10 18:19:06 +01:00
update-lfs.sh Remove $Id$ comments, they are useless with git 2021-10-31 10:22:30 +01:00