chiark / gitweb /
Show compiler output in verbose mode.
authorHenrik Tunedal <tunedal@gmail.com>
Thu, 27 Jan 2011 19:12:37 +0000 (20:12 +0100)
committerHenrik Tunedal <tunedal@gmail.com>
Thu, 27 Jan 2011 19:12:37 +0000 (20:12 +0100)
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...