[tz] [PROPOSED 04/18] * Makefile: Say that ‘make’ should conform to POSIX.
Paul Eggert
eggert at cs.ucla.edu
Tue Dec 19 07:25:53 UTC 2023
---
Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Makefile b/Makefile
index 58e78777..a6051531 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,9 @@
# 2009-05-17 by Arthur David Olson.
# Request POSIX conformance; this must be the first non-comment line.
.POSIX:
+# On older platforms you may need to scrounge for a POSIX-conforming 'make'.
+# For example, on Solaris 10 (2005), use /usr/sfw/bin/gmake or
+# /usr/xpg4/bin/make, not /usr/ccs/bin/make.
# To affect how this Makefile works, you can run a shell script like this:
#
--
2.40.1
More information about the tz
mailing list