Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-tools by
Revision 12:66348abb837e, committed 2016-04-05
- Comitter:
- bridadan
- Date:
- Tue Apr 05 13:33:41 2016 +0000
- Parent:
- 11:072037a91709
- Commit message:
- Allowing "--source" to be specified multiple times, allowing you to compose builds from separate directories
Changed in this revision
| make.py | Show annotated file Show diff for this revision Revisions of this file |
--- a/make.py Tue Apr 05 00:21:13 2016 +0100
+++ b/make.py Tue Apr 05 13:33:41 2016 +0000
@@ -94,7 +94,7 @@
parser.add_option("--dep", dest="dependencies",
default=None, help="Dependencies")
parser.add_option("--source", dest="source_dir",
- default=None, help="The source (input) directory")
+ default=None, help="The source (input) directory", action="append")
parser.add_option("--duration", type="int", dest="duration",
default=None, help="Duration of the test")
parser.add_option("--build", dest="build_dir",
