diff options
author | Florian Weimer <fw@deneb.enyo.de> | 2011-02-20 12:10:53 +0100 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2011-04-26 09:47:47 +0200 |
commit | c55bb24f93daa09bc0248e2dfaa23632b70f1023 (patch) | |
tree | c6066758a1f609c4c4443b9362eb2a3f6ac35b83 | |
parent | a707b15ff282de22e692bff27a7e5a095fce0992 (diff) | |
download | golang-c55bb24f93daa09bc0248e2dfaa23632b70f1023.tar.gz |
Enable parallel build
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 6ead4db7e..ff3ea284f 100755 --- a/debian/rules +++ b/debian/rules @@ -45,7 +45,7 @@ override_dh_strip: debian/build.stamp: rm -f debian/build.stamp mkdir -p $(GOBIN) - cd src && bash ./make.bash + +cd src && bash ./make.bash >debian/build.stamp opt_no_act = |