[m-rev.] systematic problem with tests/valid* for C#
Zoltan Somogyi
zoltan.somogyi at runbox.com
Thu Oct 5 02:19:40 AEDT 2023
On 2023-10-05 02:00 +11:00 AEDT, "Zoltan Somogyi" <zoltan.somogyi at runbox.com> wrote:
> I will therefore commit the change to NEWS.md as is (with the quoting
> fix above), and will then replace it with your shorter replacements
> in a followup commit.
I have just replaced the new entries with
* We have changed the meaning of `mmc --make name.cs`.
The `mmc --make` target `name.cs` now means "build the .cs file
of the named module". To build all the .c files of a program,
use the target `program.all_cs`.
* Some (undocumented) mmake variables in compiler-generated `.dv` files
have been renamed:
program.cs -> program.all_cs
program.os -> program.all_os
program.pic_os -> program.all_pic_os
program.javas -> program.all_javas
program.css -> program.all_css
program.all_mhs -> program.mhs_to_clean
program.all_mihs -> program.mihs_to_clean
program.all_int0s -> program.int3s_to_clean
Zoltan.
More information about the reviews
mailing list