[jhalfs] 01/02: update-installed.sh: use exact target name

"Git Owner" ([email protected] via alfs-discuss Mailing List) <[email protected]> Wed, 24 Dec 2025 14:42:12 +0000
Newsgroups gmane.linux.lfs.automated
Message-ID <[email protected]>
This is a multi-part message in MIME format...

------------=_1766587343-937-52066
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository jhalfs.

commit 94e82fb5c2a6cebaf0f46e5fc06330dc97352c0b
Author: Pierre Labastie <[email protected]>
AuthorDate: Wed Dec 24 15:35:56 2025 +0100

    update-installed.sh: use exact target name
    
    if the target in Makefile is /full/patch/of/file, and you launch
    "make file" (from directory /full/path/of), it does not complain
    the target does not exist, but it does not do anything even if
    "file" is outdated. For the prerequisite to be taken into account,
    you need to run "make /full/path/of/file"
---
 BLFS/update-installed.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BLFS/update-installed.sh b/BLFS/update-installed.sh
index 986e1f7..55b3423 100755
--- a/BLFS/update-installed.sh
+++ b/BLFS/update-installed.sh
@@ -30,7 +30,7 @@ XSLDIR="$MYDIR"/xsl
 
 
 # First generate "packages.xml".
-make packages.xml
+make "$PACK_LIST"
 # Generate a Kconfig file (named newpack.in)
 xsltproc --nonet -o newpack.in ${XSLDIR}/gen_newpack.xsl ${PACK_LIST}
 # Launch the menu

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

------------=_1766587343-937-52066
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0

-- 
http://lists.linuxfromscratch.org/sympa/info/alfs-discuss
Unsubscribe: See the above information page
------------=_1766587343-937-52066--