From 8ea5fe16d93ffd9fc02607e3235e6fefcb9a5dbe Mon Sep 17 00:00:00 2001 From: yyamano Date: Sun, 17 Feb 2008 11:45:14 +0000 Subject: Add a list of the codename, os, kernel and xcode version based on tron's mail on tech-pkg. Thanks gtd for yourusuggestion to add xcode version. --- mk/platform/Darwin.mk | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'mk') diff --git a/mk/platform/Darwin.mk b/mk/platform/Darwin.mk index 6185c540290..47511370161 100644 --- a/mk/platform/Darwin.mk +++ b/mk/platform/Darwin.mk @@ -1,7 +1,18 @@ -# $NetBSD: Darwin.mk,v 1.29 2008/01/30 22:57:42 tron Exp $ +# $NetBSD: Darwin.mk,v 1.30 2008/02/17 11:45:14 yyamano Exp $ # # Variable definitions for the Darwin operating system. +# OS, Kernel, Xcode Version +# +# Codename OS Kernel Xcode +# Cheetah 10.0.x 1.3.1 +# Puma 10.1 1.4.1 +# 10.1.x 5.x.y +# Jaguar 10.2.x 6.x.y +# Panther 10.3.x 7.x.y +# Tiger 10.4.x 8.x.y 2.x (gcc 4.0, 4.0.1 from 2.2) +# Leopard 10.5.x 9.x.y 3.0 + .if !defined(CPP) || ${CPP} == "cpp" CPP= ${CC} -E ${CPP_PRECOMP_FLAGS} .endif -- cgit v1.2.3