[jhbuild] "jhbuild make": New command
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] "jhbuild make": New command
- Date: Tue, 4 Oct 2011 13:07:55 +0000 (UTC)
commit a0032d1ce57676b99b5d94b38246cf86a7a45094
Author: Colin Walters <walters verbum org>
Date: Thu Jul 14 09:09:58 2011 -0400
"jhbuild make": New command
This is a developer convenience command for:
jhbuild buildone -nf $(basename $(pwd))
https://bugzilla.gnome.org/show_bug.cgi?id=653050
jhbuild/commands/Makefile.am | 1 +
jhbuild/commands/base.py | 1 -
2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/commands/Makefile.am b/jhbuild/commands/Makefile.am
index 704fb7d..7afd9e4 100644
--- a/jhbuild/commands/Makefile.am
+++ b/jhbuild/commands/Makefile.am
@@ -11,6 +11,7 @@ app_PYTHON = \
clean.py \
gui.py \
info.py \
+ make.py \
rdepends.py \
sanitycheck.py \
snapshot.py \
diff --git a/jhbuild/commands/base.py b/jhbuild/commands/base.py
index 29dcbcc..9adfb11 100644
--- a/jhbuild/commands/base.py
+++ b/jhbuild/commands/base.py
@@ -368,7 +368,6 @@ class cmd_buildone(Command):
register_command(cmd_buildone)
-
class cmd_run(Command):
doc = N_('Run a command under the JHBuild environment')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]