summaryrefslogtreecommitdiffstats
path: root/development/samurai/README
diff options
context:
space:
mode:
author orbea2021-01-05 15:44:41 +0100
committer Willy Sudiarto Raharjo2021-01-09 08:30:38 +0100
commit3da1fdd4c34832cd8f6549f03d9c1edaff8b2f75 (patch)
tree13f9692b9b14fb1ad77c462058a42a2be645523c /development/samurai/README
parentc44bdc55765af8049b4a6175df37e095ff6a1031 (diff)
downloadslackbuilds-3da1fdd4c34832cd8f6549f03d9c1edaff8b2f75.tar.gz
development/samurai: Updated for version 1.2.
Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/samurai/README')
-rw-r--r--development/samurai/README16
1 files changed, 8 insertions, 8 deletions
diff --git a/development/samurai/README b/development/samurai/README
index 27a71ab071..50767754e0 100644
--- a/development/samurai/README
+++ b/development/samurai/README
@@ -1,10 +1,10 @@
-samurai is a ninja-compatible build tool written in C99 with a focus on
-simplicity, speed, and portability.
+samurai is a ninja-compatible build tool written in C99 with a focus
+on simplicity, speed, and portability.
-samurai implements the ninja build language through version 1.8.2 except
-for MSVC dependency handling (deps = msvc). It uses the same format for
-.ninja_log and .ninja_deps as ninja, currently version 5 and 3
-respectively.
+It is largely feature-complete and supports most of the same options
+as ninja.
-It is largely feature-complete and supports most of the same options as
-ninja.
+Many SlackBuild scripts allow setting the NINJA environment variable
+to use samu instead of ninja.
+
+ export NINJA='samu'