summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2008-06-23 04:34:22 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2008-07-15 12:28:52 +0200
commit297751648db6b894ad608479d372e52ed1e4448e (patch)
tree91e7b460e472cb0528e61bf90c48f5a74a2a47e8 /src
parenta60b8def141f7644d991b8823addd26242954a04 (diff)
downloadnbb-297751648db6b894ad608479d372e52ed1e4448e.tar.gz
nbb-297751648db6b894ad608479d372e52ed1e4448e.tar.xz
nbb-297751648db6b894ad608479d372e52ed1e4448e.zip
More TODOs, docs
Diffstat (limited to 'src')
-rw-r--r--src/nbblib/main.py5
-rw-r--r--src/nbblib/package.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/src/nbblib/main.py b/src/nbblib/main.py
index b4664f2..1792792 100644
--- a/src/nbblib/main.py
+++ b/src/nbblib/main.py
@@ -9,7 +9,7 @@ Build, install given branch of source code into a branch specific place
Copyright (C) 2007, 2008 Hans Ulrich Niedermann <hun@n-dimensional.de>
TBA: License conditions
-Usage: %(prog)s <to-be-determined>
+Usage: %(prog)s [general options] <command> [command specific options]
Features:
* supports git branches
@@ -23,9 +23,12 @@ DONE:
* Build system support: automake/autoconf
TODO: (Large list)
+ * Merge stuff from Eclipse to src/own/nbb and vice versa.
* Build system support: cmake, scons, ...
* Fine-tune init, configure, build, install commands with knowledge
gained with git-amb, especially the command interdependencies.
+ * Out-of-source builds for systems which require in-source-tree builds:
+ cp -rl foo.src foo.build ?
* implement *-sh and *-run commands
* General removal of redundancy in Python code.
* Make sure the if cmp ... mv .. rm in make rules are correct and useful.
diff --git a/src/nbblib/package.in b/src/nbblib/package.in
index 240bfd6..bf9d553 100644
--- a/src/nbblib/package.in
+++ b/src/nbblib/package.in
@@ -1,5 +1,7 @@
-# Used to make sure nbb_lib and nbb fit together
+# Used to make sure nbblib and nbb fit together
PACKAGE_VERSION = "@PACKAGE_VERSION@"
+
+# Global constant
GIT_CONFIG_PREFIX = 'nbb'
# vim: syntax=python