author | daniel |
Tue, 23 Oct 2012 15:45:47 +0200 | |
changeset 111 | fba29ddcb4fd |
parent 61 | e42b8448eac4 |
permissions | -rw-r--r-- |
15 | 1 |
* check build and source tool versions from bakeconf.xml |
5 | 2 |
* compressed 'bake' binary |
9 | 3 |
* add <patch> xml node in source node. |
4 |
* export env vars that need to be modified in shell from build objects |
|
61
e42b8448eac4
implement show-builtin, extend --predefined to support list of predefined parameters
Mathieu Lacage <mathieu.lacage@gmail.com>
parents:
49
diff
changeset
|
5 |
* find a way for users to specify an env var for build |
15 | 6 |
* find a way to deal with per-module options that are not build-tool-dependent |
30
70cbc0b8c104
small cleanups
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
22
diff
changeset
|
7 |
* change $INSTALLDIR to ${PREFIX} in xml |
34
82b386d04ec8
lots of small fixes
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
30
diff
changeset
|
8 |
* make <installed value=""> tags work when mving the directory. |
49
b0bd4a9280ad
support <child> tags and <node name="value"> attribute name/value pairs.
Mathieu Lacage <mathieu.lacage@inria.fr>
parents:
34
diff
changeset
|
9 |
* check that module names do not contain reserved characters for paths. |
5 | 10 |
|
11 |
* missing commands: |
|
12 |
- diff in ModuleSource |
|
13 |
- reset in ModuleSource |
|
22
075cbbc6f369
check source code download before build
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents:
16
diff
changeset
|
14 |
- clean in ModuleSource |
61
e42b8448eac4
implement show-builtin, extend --predefined to support list of predefined parameters
Mathieu Lacage <mathieu.lacage@gmail.com>
parents:
49
diff
changeset
|
15 |
- query modules, deps, etc. |
e42b8448eac4
implement show-builtin, extend --predefined to support list of predefined parameters
Mathieu Lacage <mathieu.lacage@gmail.com>
parents:
49
diff
changeset
|
16 |
|
e42b8448eac4
implement show-builtin, extend --predefined to support list of predefined parameters
Mathieu Lacage <mathieu.lacage@gmail.com>
parents:
49
diff
changeset
|
17 |