Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This value signals any special mode the build system may be running
in. The two core modes are `no-external-modules` (bootstrapping of
external modules is disabled) and `normal` (normal build system
execution). Build system drivers may invent additional modes (for
example, the bpkg `skeleton` mode that is used to evaluate depends
clauses).
|
|
|
|
|
|
|
|
|
|
Fixes GitHub issue #179.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, expect the first component in the import path to be full project
name even in case it has the .bash extension.
|
|
|
|
|
|
Also fix bug in depdb line parsing.
|
|
Also add a few tests for depdb-dyndep.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|