add note in Makefile pointing to GNUmakefile for gmake users
FossilOrigin-Name: 18ed9c2f8017998e2d57e2904a90e0afc694edcd66e8bc72e4acf66f38d66077
This commit is contained in:
parent
1d8c9f3600
commit
ad077a2ca8
2 changed files with 7 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -1,3 +1,7 @@
|
||||||
|
# Linux / macOS users: This Makefile is mainly intended for BSD
|
||||||
|
# systems. You probably want to look at or
|
||||||
|
# edit the GNUmakefile.
|
||||||
|
# -------------------------------------------------------------
|
||||||
VERSION ?= 2021.10
|
VERSION ?= 2021.10
|
||||||
KEYPAIR ?= 2021-10
|
KEYPAIR ?= 2021-10
|
||||||
PREFIX ?= /usr/local
|
PREFIX ?= /usr/local
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Testing for multiple core support.
|
# Multicore Support
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
:core #8000 io:scan-for io:invoke ;
|
:core #8000 io:scan-for io:invoke ;
|
||||||
|
@ -12,7 +12,7 @@ Testing for multiple core support.
|
||||||
:core:wr (vn-) #6 core ;
|
:core:wr (vn-) #6 core ;
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
~~~
|
```
|
||||||
'Done var
|
'Done var
|
||||||
|
|
||||||
:a [ @Done #100000 gt? [ core:pause-current ] if &Done v:inc $a c:put ] forever ;
|
:a [ @Done #100000 gt? [ core:pause-current ] if &Done v:inc $a c:put ] forever ;
|
||||||
|
@ -26,4 +26,4 @@ Testing for multiple core support.
|
||||||
#4 core:init &d #4 core:start
|
#4 core:init &d #4 core:start
|
||||||
|
|
||||||
core:pause-current
|
core:pause-current
|
||||||
~~~
|
```
|
||||||
|
|
Loading…
Reference in a new issue