summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Sack <asac@jwsdot.com>2008-04-12 20:23:29 +0200
committerAlexander Sack <asac@jwsdot.com>2008-04-12 20:23:29 +0200
commit21e0c171ccc073218e0daa3bb91d963b69e4b05a (patch)
tree53a0525211a39cc67f5f96c115378f9f3f260f80
parent3803a89497243f321d2d21435161133dbc2c0909 (diff)
* add .NOTPARALLEL target to make mozclient.mk more reliable in parallel
make runs. We don't want parallel execution within the scope of mozclient.mk. Maybe noteworthy that this doesn't prevent clients to invoke get-orig-source with distinct parameters in parallel.
-rw-r--r--debian/changelog6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index aa93982..f001995 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,10 @@
mozilla-devscripts (0.08) UNRELEASED; urgency=low
- *
+ * add .NOTPARALLEL target to make mozclient.mk more reliable in parallel
+ make runs. We don't want parallel execution within the scope of mozclient.mk.
+ Maybe noteworthy that this doesn't prevent clients to invoke get-orig-source
+ with distinct parameters in parallel.
+ - update src/mozclient.mk.in
-- Alexander Sack <asac@ubuntu.com> Sat, 12 Apr 2008 20:20:23 +0200