Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make/unit-tests make(1): document since when the :Ox...
details: https://anonhg.NetBSD.org/src/rev/9a8be1cfe63f
branches: trunk
changeset: 942522:9a8be1cfe63f
user: rillig <rillig%NetBSD.org@localhost>
date: Mon Nov 09 20:16:33 2020 +0000
description:
make(1): document since when the :Ox modifier is available
diffstat:
usr.bin/make/unit-tests/varmod-order-shuffle.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r d044707089fa -r 9a8be1cfe63f usr.bin/make/unit-tests/varmod-order-shuffle.mk
--- a/usr.bin/make/unit-tests/varmod-order-shuffle.mk Mon Nov 09 19:12:52 2020 +0000
+++ b/usr.bin/make/unit-tests/varmod-order-shuffle.mk Mon Nov 09 20:16:33 2020 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: varmod-order-shuffle.mk,v 1.5 2020/10/24 08:46:08 rillig Exp $
+# $NetBSD: varmod-order-shuffle.mk,v 1.6 2020/11/09 20:16:33 rillig Exp $
#
# Tests for the :Ox variable modifier, which returns the words of the
# variable, shuffled.
#
+# The variable modifier :Ox is available since 2005-06-01.
+#
# As of 2020-08-16, make uses random(3) seeded by the current time in seconds.
# This makes the random numbers completely predictable since there is no other
# part of make that uses random numbers.
Home |
Main Index |
Thread Index |
Old Index