From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivan Orlov Date: Mon, 1 Apr 2024 22:34:35 +0100 Subject: [PATCH 0/3] CArray improvements Message-ID: <20240401213438.590209-1-ivan.orlov0322@gmail.com> List-Id: To: opensbi@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Currently, there are a few inconveniences the developer may face when using CArrays, including: - Unability to regenerate the carray-related .c files reliably without removing the `build/` directory - Confusion caused by source (.c) files in the `build/` directory (the fact that some file was generated by carray.sh is not obvious) This patch series fixes them. Ivan Orlov (3): Makefile: clean auto-generated *.c files properly scripts/carray.sh: Add comment to generated files docs: writing tests: update cleaning instructions Makefile | 2 ++ docs/writing_tests.md | 4 +--- scripts/carray.sh | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) -- 2.34.1