Sun make does support include file generation
This commit is contained in:
parent
d3527b72cf
commit
b421774ba2
|
@ -184,7 +184,7 @@ consider changed variables.
|
||||||
|
|
||||||
## Background
|
## 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
|
open-source version of Solaris. OpenSolaris was started by Sun
|
||||||
after the Solaris 10 release and was closed down in 2010 after
|
after the Solaris 10 release and was closed down in 2010 after
|
||||||
Oracle bought Sun. Sun used the [CDDL][cddl] license on its open
|
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
|
- user-defined functions
|
||||||
- templates
|
- templates
|
||||||
- guile integration
|
- guile integration
|
||||||
- generation of included files
|
|
||||||
|
|
||||||
Sun make features that aren't supported by GNU make:
|
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
|
- hidden dependencies - automatic discovery of header
|
||||||
dependencies
|
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:
|
different syntax. For example, conditional macros:
|
||||||
|
|
||||||
- Sun make: `target := VAR = value`
|
- Sun make: `target := VAR = value`
|
||||||
|
|
Loading…
Reference in a new issue