summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2008-06-22 23:44:49 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2008-07-15 12:28:52 +0200
commitdd087dd8e0c4cdd07d78e4fedf2d3f4ba09cd3ef (patch)
tree843c51c4c8fca1e0e948e8137aec453ac636adb9
parent143daa973dae0871efaf9e90666a89167e4c16c1 (diff)
downloadnbb-dd087dd8e0c4cdd07d78e4fedf2d3f4ba09cd3ef.tar.gz
nbb-dd087dd8e0c4cdd07d78e4fedf2d3f4ba09cd3ef.tar.xz
nbb-dd087dd8e0c4cdd07d78e4fedf2d3f4ba09cd3ef.zip
More TODOs
-rw-r--r--nbb/nbblib/main.py3
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