You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/changelog.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@ Changes in main
16
16
Backwards-incompatible changes
17
17
------------------------------
18
18
19
+
The build system scripts have been modernized. This has lead to the following changes to the standard work directory:
20
+
- The `ck` and `mk` scripts have been removed. They are replaced by running `make` and `make clean` respectively. The `rn` and `re` scripts remain as is.
21
+
- The `star` and `binary` executables are now stored in the `build/bin` subfolder of the work directory.
0 commit comments