From 297751648db6b894ad608479d372e52ed1e4448e Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Mon, 23 Jun 2008 04:34:22 +0200 Subject: More TODOs, docs --- src/nbblib/main.py | 5 ++++- src/nbblib/package.in | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'src') 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 TBA: License conditions -Usage: %(prog)s +Usage: %(prog)s [general options] [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 -- cgit