ninjabackend: Use 'custom targets' instead of 'CustomTarget' in description

The build definition is basically cleaning all the directories of all
custom targets.
pull/1717/head
Guillaume Poirier-Morency 8 years ago
parent 91dc6a60df
commit f16232856e
  1. 2
      mesonbuild/backend/ninjabackend.py

@ -2360,7 +2360,7 @@ rule FORTRAN_DEP_HACK
e.add_item('COMMAND', [sys.executable,
self.environment.get_build_command(),
'--internal', 'cleantrees', d_file])
e.add_item('description', 'Cleaning CustomTarget directories.')
e.add_item('description', 'Cleaning custom targets directories.')
e.write(outfile)
# Write out the data file passed to the script
with open(d_file, 'wb') as ofile:

Loading…
Cancel
Save