Makefiles

Tidy the Makefiles

The build machinery contains quite a few lists, e.g. files to be compiled.

  • auto.def
  • contrib/Makefile.autosetup
  • docs/Makefile.autosetup
  • Makefile.autosetup
  • po/Makefile.autosetup
  • test/Makefile.autosetup

Review the file lists:

  • Unwrap long lists
  • Sort them alphabetically
  • Wrap them back to 80 characters

:spiral_notepad: Note: Please sort in the C locale, e.g.

LANG=C sort < list

Search by Algolia