Age | Commit message (Collapse) | Author | Files | Lines |
|
If BDEP_SYNC is set, auto-synchronization will only be performed if its
value is true or 1.
So to suppress, run:
$ BDEP_SYNC=0 b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
git.build2.org/style.git
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
An argument with leading '@' has special meaning in Windows PowerShell.
|
|
|
|
|
|
|
|
Now:
$ bdep init -C ../hello-clang @clang ...
Can be rewritten as:
$ bdep init -C @clang ...
|
|
|
|
|
|
|