diff options
| -rw-r--r-- | nbb/nbblib/main.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nbb/nbblib/main.py b/nbb/nbblib/main.py index 8bdd561..4425938 100644 --- a/nbb/nbblib/main.py +++ b/nbb/nbblib/main.py @@ -34,6 +34,9 @@ TODO: name to use for composing the pathes. * Store config in ${srcdir}/.nbb.conf instead of 'git config'? More portable. bzr does not have a config interface, for example. + * Model different "stages" of e.g. automake builds as distinct objects, + including proper dependency detectors, and stuff? OK, we're not going + to duplicate scons here. * Design nice user interface. Requirements: * print top_srcdir, builddir, installdir. OK: 'config' * start subshell in top_srcdir, builddir, installdir |
