mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 10:00:37 -04:00
uname -a generates non-deterministic output on some hosts. It's used when generating report.txt which is just documentation, so just don't call it. PR: 223662 Reported by: Michael Kotlyar <mdk369@nyu.edu>
10 lines
162 B
Text
10 lines
162 B
Text
--- Makefile.orig 2015-12-14 21:13:35 UTC
|
|
+++ Makefile
|
|
@@ -309,7 +309,6 @@ tags:
|
|
|
|
report:
|
|
-uname -m
|
|
- -uname -a
|
|
-uname -p
|
|
-uname -s
|
|
@echo "CC is $(CC)"
|