chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fd360e
)
Show compiler output in verbose mode.
author
Henrik Tunedal
<tunedal@gmail.com>
Thu, 27 Jan 2011 19:12:37 +0000
(20:12 +0100)
committer
Henrik Tunedal
<tunedal@gmail.com>
Thu, 27 Jan 2011 19:12:37 +0000
(20:12 +0100)
build.py
patch
|
blob
|
history
diff --git
a/build.py
b/build.py
index 13f9faa06c963a62985b2b63f2f0cb6c3fefd268..80a471ed5e3bdfb68148abe48e8ad3ae2c88b6e2 100644
(file)
--- a/
build.py
+++ b/
build.py
@@
-359,6
+359,8
@@
for app in apps:
print output
print "NDK build failed"
sys.exit(1)
+ elif options.verbose:
+ print output
# Build the release...
if thisbuild.has_key('antcommand'):
@@
-372,6
+374,8
@@
for app in apps:
print output
print "Build failed"
sys.exit(1)
+ elif options.verbose:
+ print output
print "Build successful"
# Find the apk name in the output...