Skip to content

Commit a421976

Browse files
committed
clean-ctlist is a forbidden target name
No other target must be called this since we use it for calling the `cleantrees.py` script.
1 parent 8e06ab6 commit a421976

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mesonbuild/coredata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ def get_builtin_option_default(optname):
236236
}
237237

238238
forbidden_target_names = {'clean': None,
239+
'clean-ctlist': None,
239240
'clean-gcno': None,
240241
'clean-gcda': None,
241242
'coverage-text': None,

0 commit comments

Comments
 (0)