* [PATCH] core199: Ship ninja
@ 2025-10-27 10:54 Adolf Belka
2025-10-27 10:54 ` [PATCH] ninja: Update to version 1.13.1 Adolf Belka
0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2025-10-27 10:54 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/core/199/filelists/ninja | 1 +
1 file changed, 1 insertion(+)
create mode 120000 config/rootfiles/core/199/filelists/ninja
diff --git a/config/rootfiles/core/199/filelists/ninja b/config/rootfiles/core/199/filelists/ninja
new file mode 120000
index 000000000..ef9224078
--- /dev/null
+++ b/config/rootfiles/core/199/filelists/ninja
@@ -0,0 +1 @@
+../../../common/ninja
\ No newline at end of file
--
2.51.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] ninja: Update to version 1.13.1
2025-10-27 10:54 [PATCH] core199: Ship ninja Adolf Belka
@ 2025-10-27 10:54 ` Adolf Belka
0 siblings, 0 replies; 2+ messages in thread
From: Adolf Belka @ 2025-10-27 10:54 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
- Update from version 1.12.1 to 1.13.1
- No change in rootfile
- Changelog
1.13.1
Fix LINK : fatal error LNK1104: cannot open file on Windows in some cases #2616
Compatibility with older distros for Linux ARM version #2619
Restore "multiple rules generate" error with dyndep #2621
1.13.0
Ninja now automatically joins a GNU Make jobserver as a client (version 4.4 on
non-Windows systems required for "fifo" style) #1139
Print exit code of failed subcommands #1507
New tool ninja -t compdb-targets like compdb, but takes a list of targets
instead of rules #1544
Support for ANSI (color) escape codes in NINJA_STATUS #713
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
lfs/ninja | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/ninja b/lfs/ninja
index 50e97f69f..1d502d051 100644
--- a/lfs/ninja
+++ b/lfs/ninja
@@ -24,7 +24,7 @@
include Config
-VER = 1.12.1
+VER = 1.13.1
THISAPP = ninja-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 915545888cbd7d9e6e7e4fb0bad42f6c36ecef2de93356966541de0f8f4315e59e47cf20f189de5de11ba2a038488c7964ec709bad8868488cc03524a88483f4
+$(DL_FILE)_BLAKE2 = 610faa82e23ad23ec949f8a75cb4d8533c654bbfea63f2105e214d49cbf739af29d3ceebb4ead52693c7d925220817970073cd14ac8e948c5130b9ecfbac26ba
install : $(TARGET)
--
2.51.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-27 10:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-27 10:54 [PATCH] core199: Ship ninja Adolf Belka
2025-10-27 10:54 ` [PATCH] ninja: Update to version 1.13.1 Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox