mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-15 02:37:48 -06:00
🔨 Build script improvements
This commit is contained in:
parent
b94c75bcda
commit
3b33f7ec03
4 changed files with 68 additions and 39 deletions
|
@ -110,7 +110,7 @@ def disable_all_options():
|
|||
match = regex.match(line)
|
||||
if match:
|
||||
name = match[3].upper()
|
||||
if name in ('CONFIGURATION_H_VERSION', 'CONFIGURATION_ADV_H_VERSION'): continue
|
||||
if name in ('CONFIGURATION_H_VERSION', 'CONFIGURATION_ADV_H_VERSION', 'CONFIG_EXAMPLES_DIR'): continue
|
||||
if name.startswith('_'): continue
|
||||
found = True
|
||||
# Comment out the define
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue