From b421774ba2bd43835b519ba8e2e974940bf751d0 Mon Sep 17 00:00:00 2001 From: Georg Sauthoff Date: Mon, 22 Aug 2016 20:00:25 +0200 Subject: [PATCH] Sun make does support include file generation --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee6411b..cdf9056 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ consider changed variables. ## Background -Illumos is based on [OpenSolaris][osolaris], the now discontinued +[Illumos][illumos] is based on [OpenSolaris][osolaris], the now discontinued open-source version of Solaris. OpenSolaris was started by Sun after the Solaris 10 release and was closed down in 2010 after Oracle bought Sun. Sun used the [CDDL][cddl] license on its open @@ -221,7 +221,6 @@ Examples of GNU make features that are missing from Sun make: - user-defined functions - templates - guile integration -- generation of included files Sun make features that aren't supported by GNU make: @@ -235,7 +234,7 @@ Sun make features that aren't supported by GNU make: - hidden dependencies - automatic discovery of header dependencies -There are also extension where GNU and Sun make just use +There are also features where GNU and Sun make just use different syntax. For example, conditional macros: - Sun make: `target := VAR = value`