Skip to content

Commit 9dbcb83

Browse files
Update TO-DO
FossilOrigin-Name: 880b2ddbddb3cbf4755f607bf121495ec4f254d7c36b5f416849974434a34b5b
1 parent 3c01334 commit 9dbcb83

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

TO-DO.adoc

+5-19
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Solo Forth TO-DO
22
:author: Marcos Cruz (programandala.net)
3-
:revdate: 2020-07-28
3+
:revdate: 2020-10-02
44

55
// This file is part of Solo Forth
66
// http://programandala.net/en.program.solo_forth.html
@@ -1850,25 +1850,11 @@ Remove the routine `compare_de_hl_signed`, if possible.
18501850
// Makefile {{{1
18511851
== Makefile
18521852

1853-
=== 2017-02-14
1853+
=== 2020-10-02
18541854

1855-
Fix:
1856-
1857-
When a kernel file is modified, the boot disk is built twice before
1858-
`make` informs there's nothing to do. The first time the kernel and
1859-
the BASIC loader are built; the second time, only the BASIC loader.
1860-
1861-
This does not happen doing `make clean;make all`: the next `make all`
1862-
does nothing, as expected.
1863-
1864-
=== 2019-03-14
1865-
1866-
TR-DOS cannot be built:
1867-
1868-
....
1869-
make: *** No hay ninguna regla para construir el objetivo
1870-
'disks/trdos/disk_0_boot.128.trd', necesario para 'trdos128'. Alto.
1871-
....
1855+
Fix: <disks/trdos/disk_1a_library.trd> and
1856+
<disks/trdos/disk_1b_library.trd> are always built again, as if they
1857+
were always outdated.
18721858

18731859
// Maths {{{1
18741860
== Maths

0 commit comments

Comments
 (0)