File tree 1 file changed +5
-19
lines changed
1 file changed +5
-19
lines changed Original file line number Diff line number Diff line change 1
1
= Solo Forth TO-DO
2
2
:author: Marcos Cruz (programandala.net)
3
- :revdate: 2020-07-28
3
+ :revdate: 2020-10-02
4
4
5
5
// This file is part of Solo Forth
6
6
// http://programandala.net/en.program.solo_forth.html
@@ -1850,25 +1850,11 @@ Remove the routine `compare_de_hl_signed`, if possible.
1850
1850
// Makefile {{{1
1851
1851
== Makefile
1852
1852
1853
- === 2017-02-14
1853
+ === 2020-10-02
1854
1854
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.
1872
1858
1873
1859
// Maths {{{1
1874
1860
== Maths
You can’t perform that action at this time.
0 commit comments