Enable building in parallel (--parallel).
This commit is contained in:
parent
9260bad776
commit
f7c12c50a6
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,6 +1,7 @@
|
|||||||
cmake (2.8.0-6) UNRELEASED; urgency=low
|
cmake (2.8.0-6) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* Remove DMUA entry from debian/control. No longer needed.
|
* Remove DMUA entry from debian/control. No longer needed.
|
||||||
|
* Enable building in parallel (--parallel).
|
||||||
|
|
||||||
-- Modestas Vainius <modestas@vainius.eu> Sun, 06 Dec 2009 21:39:01 +0200
|
-- Modestas Vainius <modestas@vainius.eu> Sun, 06 Dec 2009 21:39:01 +0200
|
||||||
|
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -31,6 +31,6 @@ override_dh_auto_clean:
|
|||||||
rm -f $(BUILD_FLAGS_FILE)
|
rm -f $(BUILD_FLAGS_FILE)
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh --builddirectory=Build $@
|
dh --parallel --builddirectory=Build $@
|
||||||
|
|
||||||
.PHONY: override_dh_auto_configure override_dh_auto_clean
|
.PHONY: override_dh_auto_configure override_dh_auto_clean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user