summaryrefslogtreecommitdiff
path: root/TODO
blob: 25118d7fb108f655ed89c82964d74f0364d08c60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
On the revision:

- Make the .map and .def files prerequisites of the libs type target and only
  on the respective OSes. Also try to generate them on the fly.

- Canonicalize the license in the package manifest.

- Disable success build emails.

- Normalize C comments in the tests source code replacing:

  /*
   * ...
   */

  with

  /* ...
   */

- Fix typo in the buildfiles: 'PostgreSQL Licene' -> 'PostgreSQL License'.

On the release:

- Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc).

  Note that this requires bumping build2 version requirement to 0.13.0.