make: prevent bom backup

This commit is contained in:
King Kévin 2023-08-08 01:41:59 +02:00
parent 6eb31f0646
commit 6fe5a0e425
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ variant_file_name_format = _(%V)
; Field name used to determine if a particular part is to be fitted ; Field name used to determine if a particular part is to be fitted
fit_field = Config fit_field = Config
; Make a backup of the bom before generating the new one, using the following template ; Make a backup of the bom before generating the new one, using the following template
make_backup = %O.tmp ;make_backup = %O.tmp
; Default number of boards to produce if none given on CLI with -n ; Default number of boards to produce if none given on CLI with -n
number_boards = 1 number_boards = 1
; Default PCB variant if none given on CLI with -r ; Default PCB variant if none given on CLI with -r