mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-17 03:37:55 -06:00
Makefile: Translate null characters to newline characters in ctr requests
Store the CTR requests in compile_time_request.txt with the null characters removed. This makes it slightly easier to inspect the CTR conversions. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
1022729a2a
commit
69fc1e63b4
3 changed files with 5 additions and 5 deletions
|
@ -2,8 +2,8 @@
|
|||
#define __CTR_H
|
||||
// Definitions for creating compile time requests. The DECL_CTR macro
|
||||
// produces requests (text strings) that are placed in a special
|
||||
// section of the intermediate object files. The requests are then
|
||||
// extracted during the build and passed to scripts/buildcommand.py.
|
||||
// section of the intermediate object files (*.o). The build extracts
|
||||
// these strings and places them in out/compile_time_requests.txt.
|
||||
// The scripts/buildcommand.py code then generates
|
||||
// out/compile_time_request.c from these requests.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue