You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/08/26 22:46:47 UTC

[14/15] git commit: switch to incremental build

switch to incremental build


Project: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/commit/be0da07c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/tree/be0da07c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/diff/be0da07c

Branch: refs/heads/master
Commit: be0da07cf912bc6fe8767f9faf3412be12e9158c
Parents: 24367fe
Author: Maxim Ermilov <ma...@canonical.com>
Authored: Wed Jul 30 02:33:48 2014 +0400
Committer: Maxim Ermilov <ma...@canonical.com>
Committed: Tue Aug 19 14:20:47 2014 +0400

----------------------------------------------------------------------
 bin/build/lib/ubuntu.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/blob/be0da07c/bin/build/lib/ubuntu.js
----------------------------------------------------------------------
diff --git a/bin/build/lib/ubuntu.js b/bin/build/lib/ubuntu.js
index 644856f..48c7725 100644
--- a/bin/build/lib/ubuntu.js
+++ b/bin/build/lib/ubuntu.js
@@ -286,7 +286,6 @@ function buildNative(campoDir, ubuntuDir, nobuild, debug) {
 
     checkEnv(ubuntuDir);
 
-    shell.rm('-rf', path.join(nativeDir, 'build'));
     shell.rm('-rf', prefixDir);
 
     shell.mkdir(path.join(nativeDir, 'build'));