From d98b633cf6dfb11ea83bf00ff807e9f8b4289352 Mon Sep 17 00:00:00 2001 From: Zardshard <0azrune6@zard.anonaddy.com> Date: Tue, 20 Feb 2024 10:44:14 -0500 Subject: [PATCH] jam: document JAM_TARGETS variable I only learned of this variable from reading Haiku's source code. So, I tried to make a quick addition to the documenation (though it took longer than I expected :P). JAM_TARGETS was added in commit a1a02bed3ccafb744d01ce24a9e9216a51023ddf Change-Id: I490472eb75305b7783e23784b728fdf5fb6e0012 Reviewed-on: https://review.haiku-os.org/c/buildtools/+/7420 Reviewed-by: waddlesplash --- jam/Jambase.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/jam/Jambase.html b/jam/Jambase.html index 6ef85e2481..3b28cf753d 100644 --- a/jam/Jambase.html +++ b/jam/Jambase.html @@ -611,6 +611,14 @@ Jambase Variables files; defaults to "installed". + JAM_TARGETS + +
+ Contains the list of targets specified on the command-line + for jam to build. These can be changed from within the + Jamfile to change the targets that are built. +
+ JAMFILE